| 2005-05-05 |  Bruce Momjian | Add WSACleanup() for Win32 socket cleanup. | commit | commitdiff | tree | snapshot | 
| 2005-05-03 |  Tom Lane | Alter the signature for encoding conversion functions... | commit | commitdiff | tree | snapshot | 
| 2005-05-03 |  Tom Lane | Change tsearch2 to not use the unsafe practice of creat... | commit | commitdiff | tree | snapshot | 
| 2005-04-30 |  Neil Conway | GCC 4.0 includes a new warning option, -Wformat-literal... | commit | commitdiff | tree | snapshot | 
| 2005-04-30 |  Neil Conway | This patch fixes a bug in the error message emitted... | commit | commitdiff | tree | snapshot | 
| 2005-04-23 |  Tom Lane | Repair two TIME WITH TIME ZONE bugs found by Dennis... | commit | commitdiff | tree | snapshot | 
| 2005-04-23 |  Tom Lane | int_aggregate's int_enum() doesn't work correctly with... | commit | commitdiff | tree | snapshot | 
| 2005-04-22 |  Kris Jurka | Release build 216. | commit | commitdiff | tree | snapshot | 
| 2005-04-22 |  Kris Jurka | Updatable ResultSets need to check for an empty ResultS... | commit | commitdiff | tree | snapshot | 
| 2005-04-22 |  Kris Jurka | When moveToCurrentRow is called and the current row... | commit | commitdiff | tree | snapshot | 
| 2005-04-20 |  Tom Lane | Don't try to run clauseless index scans on index types... | commit | commitdiff | tree | snapshot | 
| 2005-04-20 |  Tom Lane | Fix mis-display of negative fractional seconds in inter... | commit | commitdiff | tree | snapshot | 
| 2005-04-19 |  Teodor Sigaev | Add comment about permissions on pg_ts* tables | commit | commitdiff | tree | snapshot | 
| 2005-04-18 |  Kris Jurka | When positioned before the start of a ResultSet issuing... | commit | commitdiff | tree | snapshot | 
| 2005-04-14 |  Tom Lane | Don't try to constant-fold functions returning RECORD... | commit | commitdiff | tree | snapshot | 
| 2005-04-10 |  Tom Lane | Make constant-folding produce sane output for COALESCE... | commit | commitdiff | tree | snapshot | 
| 2005-04-04 |  Tom Lane | In cost_mergejoin, the early-exit effect should not... | commit | commitdiff | tree | snapshot | 
| 2005-03-31 |  Tom Lane | Flush any remaining statistics counts out to the collec... | commit | commitdiff | tree | snapshot | 
| 2005-03-31 |  Teodor Sigaev | Fix various comparing functions | commit | commitdiff | tree | snapshot | 
| 2005-03-26 |  Tom Lane | Prevent to_char(interval) from dumping core on month... | commit | commitdiff | tree | snapshot | 
| 2005-03-24 |  Tom Lane | array_map can't use the fn_extra field of the provided... | commit | commitdiff | tree | snapshot | 
| 2005-03-23 |  Tom Lane | Previous "64-bit fix" for intagg didn't actually work... | commit | commitdiff | tree | snapshot | 
| 2005-03-12 |  Tom Lane | Fix ALTER DATABASE RENAME to allow the operation if... | commit | commitdiff | tree | snapshot | 
| 2005-03-12 |  Neil Conway | Some builds (depends on crypto engine support?) of... | commit | commitdiff | tree | snapshot | 
| 2005-03-05 |  Teodor Sigaev | Prevent rank change in case of duplicate search terms | commit | commitdiff | tree | snapshot | 
| 2005-03-01 |  Tom Lane | Release proclock immediately in RemoveFromWaitQueue... | commit | commitdiff | tree | snapshot | 
| 2005-02-22 |  Tom Lane | Document that only a table's owner may TRUNCATE it... | commit | commitdiff | tree | snapshot | 
| 2005-02-19 |  Tom Lane | Ensure that the resolved datatype of any unknown Param... | commit | commitdiff | tree | snapshot | 
| 2005-02-14 |  Tom Lane | ALTER LANGUAGE RENAME has never worked.  Per Sergey... | commit | commitdiff | tree | snapshot | 
| 2005-02-10 |  Tom Lane | Back-patch fix for a typo that unintentionally disabled... | commit | commitdiff | tree | snapshot | 
| 2005-02-08 |  Tom Lane | If we're gonna check for array overrun, we really shoul... | commit | commitdiff | tree | snapshot | 
| 2005-02-07 |  Neil Conway | Prevent 4 more buffer overruns in the PL/PgSQL parser... | commit | commitdiff | tree | snapshot | 
| 2005-02-06 |  Tom Lane | Repair CLUSTER failure after ALTER TABLE SET WITHOUT... | commit | commitdiff | tree | snapshot | 
| 2005-02-06 |  Tom Lane | Back-port heap_deformtuple() into 7.4 branch; needed... | commit | commitdiff | tree | snapshot | 
| 2005-01-30 |  Tom Lane | Recommend security@postgresql.org as the contact point...   REL7_4_7 | commit | commitdiff | tree | snapshot | 
| 2005-01-30 |  Tom Lane | Stamp release 7.4.7. | commit | commitdiff | tree | snapshot | 
| 2005-01-29 |  Tom Lane | We haven't had a fixed limit on rule recursion depth... | commit | commitdiff | tree | snapshot | 
| 2005-01-29 |  Tom Lane | Make sure contrib C functions are marked strict where... | commit | commitdiff | tree | snapshot | 
| 2005-01-27 |  Tom Lane | Check that aggregate creator has the right to execute... | commit | commitdiff | tree | snapshot | 
| 2005-01-27 |  Tom Lane | Now that I look at it, int_array_enum() didn't work... | commit | commitdiff | tree | snapshot | 
| 2005-01-27 |  Tom Lane | Fix security and 64-bit issues in contrib/intagg. ... | commit | commitdiff | tree | snapshot | 
| 2005-01-26 |  Tom Lane | Back-patch 8.0 version of plperl_hash_from_tuple()... | commit | commitdiff | tree | snapshot | 
| 2005-01-26 |  Neil Conway | Mark the text_soundex() function as "strict", to avoid... | commit | commitdiff | tree | snapshot | 
| 2005-01-24 |  Tom Lane | Disallow LOAD to non-superusers.  Per report from John... | commit | commitdiff | tree | snapshot | 
| 2005-01-24 |  Tom Lane | Fix memory leak in rtdosplit, per report from Clive... | commit | commitdiff | tree | snapshot | 
| 2005-01-23 |  Tom Lane | The result of a FULL or RIGHT join can't be assumed... | commit | commitdiff | tree | snapshot | 
| 2005-01-21 |  Neil Conway | Prevent overrunning a heap-allocated buffer if more... | commit | commitdiff | tree | snapshot | 
| 2005-01-13 |  Kris Jurka | Fix mapping infinite timestamp values to arbitrary... | commit | commitdiff | tree | snapshot | 
| 2005-01-11 |  Tom Lane | interval_out failed to mention 'ago' for negative inter... | commit | commitdiff | tree | snapshot | 
| 2004-12-23 |  Tom Lane | Avoid memory leakage during VACUUM FULL when an index... | commit | commitdiff | tree | snapshot | 
| 2004-12-17 |  Tom Lane | Make array_cat more paranoid about checking datatypes... | commit | commitdiff | tree | snapshot | 
| 2004-12-17 |  Tom Lane | array_map failed to insert correct result type in an... | commit | commitdiff | tree | snapshot | 
| 2004-12-13 |  Tom Lane | Avoid generating excess (and illegal) parentheses aroun... | commit | commitdiff | tree | snapshot | 
| 2004-12-13 |  Tom Lane | Back-patch copyOject fix for EXPLAIN/PREPARE. | commit | commitdiff | tree | snapshot | 
| 2004-12-11 |  Peter Eisentraut | Translation update | commit | commitdiff | tree | snapshot | 
| 2004-12-11 |  Peter Eisentraut | Translation update | commit | commitdiff | tree | snapshot | 
| 2004-12-03 |  Tom Lane | Use StrNCpy not strncpy to fill hash key, to ensure... | commit | commitdiff | tree | snapshot | 
| 2004-12-03 |  Peter Eisentraut | Translation fix by Julien Cristau | commit | commitdiff | tree | snapshot | 
| 2004-12-02 |  Tom Lane | Teach regex_fixed_prefix() the correct handling of... | commit | commitdiff | tree | snapshot | 
| 2004-12-01 |  Tom Lane | Fix timestamptz_age() to do calculation in local timezo... | commit | commitdiff | tree | snapshot | 
| 2004-11-28 |  Tom Lane | Avoid scribbling on original parsetree during DECLARE... | commit | commitdiff | tree | snapshot | 
| 2004-11-24 |  Tom Lane | Install Tcl regex fixes to sync our regex engine with... | commit | commitdiff | tree | snapshot | 
| 2004-11-24 |  Tom Lane | Our interface code for Spencer's regexp package was... | commit | commitdiff | tree | snapshot | 
| 2004-11-18 |  Tom Lane | Back-patch fix for ALTER DATABASE failing to flush... | commit | commitdiff | tree | snapshot | 
| 2004-11-17 |  Tom Lane | Fix off-by-one memory allocation, as reported by Rod... | commit | commitdiff | tree | snapshot | 
| 2004-11-17 |  Neil Conway | Backpatch fix from HEAD: | commit | commitdiff | tree | snapshot | 
| 2004-11-16 |  Peter Eisentraut | Translation update | commit | commitdiff | tree | snapshot | 
| 2004-11-10 |  Michael Meskes | List VALUE as a keyword. | commit | commitdiff | tree | snapshot | 
| 2004-11-09 |  Tom Lane | In PGSharedMemoryIsInUse, assume that EACCES indicates... | commit | commitdiff | tree | snapshot | 
| 2004-11-08 |  Tom Lane | Fix unportable code in SockAddr_cidr_mask: you can... | commit | commitdiff | tree | snapshot | 
| 2004-11-01 |  Dave Cramer | fixed bug in REVOKE statement cat_str only has 8 arguments | commit | commitdiff | tree | snapshot | 
| 2004-10-30 |  Peter Eisentraut | New translations | commit | commitdiff | tree | snapshot | 
| 2004-10-29 |  Tom Lane | Rearrange order of pre-commit operations: must close... | commit | commitdiff | tree | snapshot | 
| 2004-10-27 |  Peter Eisentraut | Translation update | commit | commitdiff | tree | snapshot | 
| 2004-10-22 |  Tom Lane | Stamp release 7.4.6.  REL7_4_6 | commit | commitdiff | tree | snapshot | 
| 2004-10-22 |  Tom Lane | Prevent pg_ctl from being run as root.  Since it uses... | commit | commitdiff | tree | snapshot | 
| 2004-10-21 |  Tom Lane | Update obsolete comments about COPY vs INSERT options... | commit | commitdiff | tree | snapshot | 
| 2004-10-21 |  Kris Jurka | Correctly cast the return value of a CallableStatement... | commit | commitdiff | tree | snapshot | 
| 2004-10-21 |  Tom Lane | Back-patch make_oidjoins_check security improvement. | commit | commitdiff | tree | snapshot | 
| 2004-10-13 |  Tom Lane | Repair possible failure to update hint bits back to... | commit | commitdiff | tree | snapshot | 
| 2004-10-12 |  Peter Eisentraut | Translation update | commit | commitdiff | tree | snapshot | 
| 2004-10-05 |  Michael Meskes | '::' is no longer interpreted as a variable in a prepar... | commit | commitdiff | tree | snapshot | 
| 2004-10-01 |  Tom Lane | Convert pg_stat_get_backend_idset to use the existing... | commit | commitdiff | tree | snapshot | 
| 2004-09-27 |  Peter Eisentraut | Translation update | commit | commitdiff | tree | snapshot | 
| 2004-09-26 |  Tom Lane | Repair bug that would allow libpq to think a command... | commit | commitdiff | tree | snapshot | 
| 2004-09-20 |  Peter Eisentraut | Translation update | commit | commitdiff | tree | snapshot | 
| 2004-09-20 |  Peter Eisentraut | Translation update | commit | commitdiff | tree | snapshot | 
| 2004-09-18 |  Tom Lane | Put the brackets in the right places in timestamp entri... | commit | commitdiff | tree | snapshot | 
| 2004-09-18 |  Tom Lane | Fix memory leak in tokenize_file, per report from Vadim... | commit | commitdiff | tree | snapshot | 
| 2004-09-17 |  Tom Lane | Hashed LEFT JOIN would miss outer tuples with no inner... | commit | commitdiff | tree | snapshot | 
| 2004-09-13 |  Peter Eisentraut | Translation update | commit | commitdiff | tree | snapshot | 
| 2004-09-13 |  Kris Jurka | Protected access to variable m_preparedCount via synchr... | commit | commitdiff | tree | snapshot | 
| 2004-09-13 |  Kris Jurka | ResultSet.moveToCurrentRow was checking the cached... | commit | commitdiff | tree | snapshot | 
| 2004-09-13 |  Neil Conway | Due to popular domand, backport fix for a typo in the... | commit | commitdiff | tree | snapshot | 
| 2004-09-11 |  Tom Lane | Fix bogus example for bit-string XOR (already fixed... | commit | commitdiff | tree | snapshot | 
| 2004-09-06 |  Tom Lane | Back-patch fix to disallow BEGIN/COMMIT/ROLLBACK inside... | commit | commitdiff | tree | snapshot | 
| 2004-08-31 |  Tom Lane | Repair 'expected both swapped tables to have TOAST... | commit | commitdiff | tree | snapshot | 
| 2004-08-28 |  Bruce Momjian | Prevent pg_ctl restart from adding -D datadir multiple... | commit | commitdiff | tree | snapshot | 
| 2004-08-27 |  Tom Lane | Make gistindex_keytest safe against NULL values.  Same... | commit | commitdiff | tree | snapshot | 
| 2004-08-24 |  Peter Eisentraut | Translation update | commit | commitdiff | tree | snapshot | 
| next |