| 2006-01-17 |
Tom Lane | Repair problems with the result of lookup_rowtype_tupde... |
commit | commitdiff | tree |
| 2006-01-15 |
Neil Conway | When using GCC on AMD64 and PPC, ECPGget_variable(... |
commit | commitdiff | tree |
| 2006-01-14 |
Peter Eisentraut | Fix pg_ctl crash on "unregister" when a data directory... |
commit | commitdiff | tree |
| 2006-01-12 |
Neil Conway | We neglected to apply domain constraints on UNKNOWN... |
commit | commitdiff | tree |
| 2006-01-12 |
Tom Lane | Repair "Halloween problem" in EvalPlanQual: a tuple... |
commit | commitdiff | tree |
| 2006-01-12 |
Tom Lane | Use a more bulletproof test for whether finite() and... |
commit | commitdiff | tree |
| 2006-01-10 |
Tom Lane | Fix pg_tzset() to ensure that 'lclmem' (the static... |
commit | commitdiff | tree |
| 2006-01-10 |
Neil Conway | In PLy_function_build_args(), the code loops repeatedly... |
commit | commitdiff | tree |
| 2006-01-09 |
Tom Lane | Fix pg_dump to add the required OPERATOR() decoration... |
commit | commitdiff | tree |
| 2006-01-08 |
Andrew Dunstan | Stop perl from hijacking stdio and other stuff on Windows. |
commit | commitdiff | tree |
| 2006-01-07 |
Tom Lane | Add RelationOpenSmgr() calls to ensure rd_smgr is valid... |
commit | commitdiff | tree |
| 2006-01-06 |
Tom Lane | Fix failure to apply domain constraints to a NULL const... |
commit | commitdiff | tree |
| 2006-01-06 |
Tom Lane | Release-note updates and copy editing. REL8_0_6 |
commit | commitdiff | tree |
| 2006-01-06 |
Tom Lane | Fix Windows-only postmaster code to reject a connection... |
commit | commitdiff | tree |
| 2006-01-06 |
Tom Lane | Generate back-branch configure scripts with the appropr... |
commit | commitdiff | tree |
| 2006-01-06 |
Tom Lane | Convert Assert checking for empty page into a regular... |
commit | commitdiff | tree |
| 2006-01-06 |
Tom Lane | Fix ReadBuffer() to correctly handle the case where... |
commit | commitdiff | tree |
| 2006-01-05 |
Bruce Momjian | New pgcrypto item wording. |
commit | commitdiff | tree |
| 2006-01-05 |
Bruce Momjian | Wording improvements. |
commit | commitdiff | tree |
| 2006-01-05 |
Bruce Momjian | Improve markup. |
commit | commitdiff | tree |
| 2006-01-05 |
Bruce Momjian | Update release notes. |
commit | commitdiff | tree |
| 2006-01-05 |
Bruce Momjian | Stamp relesae 8.0.6. |
commit | commitdiff | tree |
| 2006-01-05 |
Tom Lane | Arrange to set the LC_XXX environment variables to... |
commit | commitdiff | tree |
| 2006-01-03 |
Joe Conway | When the remote query result has a different number... |
commit | commitdiff | tree |
| 2006-01-03 |
Tom Lane | There is a signedness bug in Openwall gen_salt code... |
commit | commitdiff | tree |
| 2006-01-03 |
Tom Lane | Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PR... |
commit | commitdiff | tree |
| 2006-01-03 |
Tom Lane | Add checks to verify that a plpgsql function returning... |
commit | commitdiff | tree |
| 2006-01-01 |
Neil Conway | Remove DOS line endings ("\r\n") from several .po files... |
commit | commitdiff | tree |
| 2005-12-29 |
Neil Conway | Index: src/pl/plpython/plpython.c |
commit | commitdiff | tree |
| 2005-12-24 |
Tatsuo Ishii | Fix long standing Asian multibyte charsets bug. |
commit | commitdiff | tree |
| 2005-12-23 |
Tom Lane | Fix make_relative_path() to support cases where target_... |
commit | commitdiff | tree |
| 2005-12-22 |
Tom Lane | Adjust string comparison so that only bitwise-equal... |
commit | commitdiff | tree |
| 2005-12-21 |
Teodor Sigaev | Fix word's length in pg_regexec call |
commit | commitdiff | tree |
| 2005-12-14 |
Tom Lane | Defend against crash while processing Describe Statemen... |
commit | commitdiff | tree |
| 2005-12-14 |
Tom Lane | Fix a *different* problem with whole-row Vars afflictin... |
commit | commitdiff | tree |
| 2005-12-09 |
Peter Eisentraut | Translation updates REL8_0_5 |
commit | commitdiff | tree |
| 2005-12-09 |
Tom Lane | Stamp 8.0.5. |
commit | commitdiff | tree |
| 2005-12-09 |
Tom Lane | Add release notes for back branches (7.3 and up). |
commit | commitdiff | tree |
| 2005-12-08 |
Peter Eisentraut | Documentation fix: s/event_object_name/event_object_table/g |
commit | commitdiff | tree |
| 2005-12-08 |
Tom Lane | Fix bgwriter's failure to release buffer pins and open... |
commit | commitdiff | tree |
| 2005-12-06 |
Teodor Sigaev | Fix stupid bug with sizeof |
commit | commitdiff | tree |
| 2005-12-06 |
Tom Lane | In a nestloop inner indexscan, it's OK to use pushed... |
commit | commitdiff | tree |
| 2005-12-05 |
Tom Lane | Add regression test to see if the min/max values of... |
commit | commitdiff | tree |
| 2005-12-03 |
Tom Lane | Fix out-of-order inclusion of -L switches from LDFLAGS... |
commit | commitdiff | tree |
| 2005-12-02 |
Tom Lane | Fix obsolete description of -h option, per Andreas... |
commit | commitdiff | tree |
| 2005-12-01 |
Tom Lane | Retry in FileRead and FileWrite if Windows returns... |
commit | commitdiff | tree |
| 2005-12-01 |
Tom Lane | Check for overflow in strtol() while parsing datetime... |
commit | commitdiff | tree |
| 2005-11-30 |
Tom Lane | Rearrange code in pg_atoi() to avoid assuming that... |
commit | commitdiff | tree |
| 2005-11-30 |
Michael Meskes | - Made several variables "const char *" instead of... |
commit | commitdiff | tree |
| 2005-11-18 |
Tom Lane | Fix performance issue in exprTypmod(): for a COALESCE... |
commit | commitdiff | tree |
| 2005-11-16 |
Bruce Momjian | Properly document return value of strpos(). |
commit | commitdiff | tree |
| 2005-11-16 |
Bruce Momjian | Update error message and documentation for fsync test. |
commit | commitdiff | tree |
| 2005-11-16 |
Bruce Momjian | Update test_fsync to honor -f. |
commit | commitdiff | tree |
| 2005-11-13 |
Tom Lane | Force the second argument of SUBSTRING(foo FOR bar... |
commit | commitdiff | tree |
| 2005-11-10 |
Tom Lane | When in transaction-aborted state, reject Bind message... |
commit | commitdiff | tree |
| 2005-11-09 |
Tom Lane | Fix misspelling of 'listen_addresses', per Devrim. |
commit | commitdiff | tree |
| 2005-11-05 |
Tom Lane | Repair an error introduced by log_line_prefix patch... |
commit | commitdiff | tree |
| 2005-11-05 |
Bruce Momjian | Backpatch FAQ's for 8.0.X. |
commit | commitdiff | tree |
| 2005-11-04 |
Tom Lane | Ensure that we only create one ConsoleCtrlHandler per... |
commit | commitdiff | tree |
| 2005-11-03 |
Teodor Sigaev | Fix incorrect header size macros |
commit | commitdiff | tree |
| 2005-11-03 |
Tom Lane | Fix longstanding race condition in transaction log... |
commit | commitdiff | tree |
| 2005-11-01 |
Andrew Dunstan | Provide a --no-locale option for pg_regress and a corre... |
commit | commitdiff | tree |
| 2005-10-26 |
Bruce Momjian | Properly update the 'group' flatfile when modifying... |
commit | commitdiff | tree |
| 2005-10-26 |
Bruce Momjian | Update AIX FAQ, backpatch. |
commit | commitdiff | tree |
| 2005-10-25 |
Tom Lane | Fix longstanding bug that would sometimes let the plann... |
commit | commitdiff | tree |
| 2005-10-20 |
Tom Lane | Postpone pg_timezone_initialize() until after creation... |
commit | commitdiff | tree |
| 2005-10-20 |
Tom Lane | Prevent core dump in contrib version of autovacuum... |
commit | commitdiff | tree |
| 2005-10-19 |
Tom Lane | Back-patch fix for proper labeling of whole-row Datums... |
commit | commitdiff | tree |
| 2005-10-14 |
Tom Lane | Pass a strdup'd ident string to openlog(), to ensure... |
commit | commitdiff | tree |
| 2005-10-14 |
Bruce Momjian | [ Backpatch to 8.0.X.] |
commit | commitdiff | tree |
| 2005-10-12 |
Tom Lane | Fix longstanding bug found by Atsushi Ogawa: _bt_check_... |
commit | commitdiff | tree |
| 2005-10-11 |
Neil Conway | Fix typo in sample pg_hba.conf; per IRC report from... |
commit | commitdiff | tree |
| 2005-10-11 |
Tom Lane | Fix oversight in 8.0 modification of RestrictInfo data... |
commit | commitdiff | tree |
| 2005-10-06 |
Neil Conway | Backpatch merge_db() example for PL/PgSQL to 8.0. Patch... |
commit | commitdiff | tree |
| 2005-10-05 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree |
| 2005-10-05 |
Bruce Momjian | Update version number in faq. |
commit | commitdiff | tree |
| 2005-10-04 |
Bruce Momjian | Update FAQ's in 8.0.X branch. (very small changes) |
commit | commitdiff | tree |
| 2005-10-04 |
Bruce Momjian | Add FAQ_hungarian.html to 8.0.X branch. |
commit | commitdiff | tree |
| 2005-10-03 |
Tom Lane | COPY's test for read-only transaction was backward... REL8_0_4 |
commit | commitdiff | tree |
| 2005-10-03 |
Tom Lane | Stamp release 8.0.4. |
commit | commitdiff | tree |
| 2005-10-03 |
Tom Lane | Update release notes for pending back-branch releases. |
commit | commitdiff | tree |
| 2005-10-03 |
Tom Lane | Preserve tuple OIDs during ATRewriteTable. Per gripe... |
commit | commitdiff | tree |
| 2005-09-28 |
Tom Lane | Repair planning bug introduced in 7.4: outer-join ON... |
commit | commitdiff | tree |
| 2005-09-28 |
Alvaro Herrera | Translation updates for the 8.0 branch |
commit | commitdiff | tree |
| 2005-09-28 |
Bruce Momjian | Update Russian FAQ. |
commit | commitdiff | tree |
| 2005-09-23 |
Bruce Momjian | Backpatch to 8.0.X: |
commit | commitdiff | tree |
| 2005-09-22 |
Bruce Momjian | Update FAQ's in 8.0.X branch. |
commit | commitdiff | tree |
| 2005-09-20 |
Bruce Momjian | Return proper value for psql -f filename failure if... |
commit | commitdiff | tree |
| 2005-09-15 |
Teodor Sigaev | Update Snowball. I have to update it because of |
commit | commitdiff | tree |
| 2005-09-12 |
Tom Lane | Ensure that any memory leaked during an error inside... |
commit | commitdiff | tree |
| 2005-09-12 |
Neil Conway | Fix a mistake in the documentation for SPI_getbinval... |
commit | commitdiff | tree |
| 2005-09-12 |
Michael Meskes | Fixed transaction command handling to not ignore savepo... |
commit | commitdiff | tree |
| 2005-09-11 |
Tom Lane | Avoid changing stdin/stdout to binary mode on Windows... |
commit | commitdiff | tree |
| 2005-09-08 |
Tom Lane | Update regression tests for new USA timezone data.... |
commit | commitdiff | tree |
| 2005-09-07 |
Tom Lane | Update timezone data files to release 2005m of the... |
commit | commitdiff | tree |
| 2005-09-03 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree |
| 2005-08-30 |
Teodor Sigaev | Fix missing rows in query |
commit | commitdiff | tree |
| 2005-08-29 |
Tom Lane | Sigh, looks like you need '.set mips2' before you can... |
commit | commitdiff | tree |
| 2005-08-28 |
Tom Lane | Add a SYNC instruction to the S_UNLOCK sequence for... |
commit | commitdiff | tree |
| 2005-08-27 |
Tom Lane | Get the MIPS assembler syntax right. Also add a separa... |
commit | commitdiff | tree |
| next |