2012-07-10 |
Tom Lane | Refactor pattern_fixed_prefix() to avoid dealing in... |
commit | commitdiff | tree | snapshot |
2012-07-05 |
Tom Lane | Don't try to trim "../" in join_path_components(). |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Tom Lane | Prevent CREATE TABLE LIKE/INHERITS from (mis) copying... |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Robert Haas | Backport fsync queue compaction logic to all supported... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Tom Lane | Fix memory leak in ARRAY(SELECT ...) subqueries. |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Alvaro Herrera | pg_dump: Fix verbosity level in LO progress messages |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Peter Eisentraut | Update copyright year in forgotten places |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Tom Lane | Fix some more bugs in contrib/xml2's xslt_process(). |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Riggs | Avoid early reuse of btree pages, causing incorrect... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Tom Lane | Stamp 8.3.19. REL8_3_19 |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Tom Lane | Update release notes for 9.1.4, 9.0.8, 8.4.12, 8.3.19. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Tom Lane | Update time zone data files to tzdata release 2012c. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Tom Lane | Ignore SECURITY DEFINER and SET attributes for a PL... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Tom Lane | Expand the allowed range of timezone offsets to +/... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Tom Lane | Fix incorrect password transformation in contrib/pgcryp... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Tom Lane | Teach AbortOutOfAnyTransaction to clean up partially... |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Tom Lane | Prevent synchronized scanning when systable_beginscan... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Tom Lane | Fix string truncation to be multibyte-aware in text_nam... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Tom Lane | Use binary search instead of brute-force scan in findNa... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Tom Lane | Ensure that seqscans check for interrupts at least... |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Heikki Linnakangas | Fix bug in to_tsquery(). |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Tom Lane | Fix Windows implementation of PGSemaphoreLock. |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Magnus Hagander | Remove link to ODBCng project from the docs. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Tom Lane | Fix printing of whole-row Vars at top level of a SELECT... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Tom Lane | Fix syslogger's rotation disable/re-enable logic. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Tom Lane | Fix edge-case behavior of pg_next_dst_boundary(). |
commit | commitdiff | tree | snapshot |
2012-04-18 |
Andrew Dunstan | Revert recent commit re positional arguments. |
commit | commitdiff | tree | snapshot |
2012-04-18 |
Robert Haas | Fix copyfuncs/equalfuncs support for ReassignOwnedStmt. |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Andrew Dunstan | Don't override arguments set via options with positiona... |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Tom Lane | Clamp indexscan filter condition cost estimate to be... |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Tom Lane | Fix an Assert that turns out to be reachable after... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Heikki Linnakangas | set_stack_base() no longer needs to be called in Postgr... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Heikki Linnakangas | Do stack-depth checking in all postmaster children. |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Tom Lane | Update URL for pgtclng project. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Tom Lane | Fix syslogger to not lose log coherency under high... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Tom Lane | Fix a couple of contrib/dblink bugs. |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Tom Lane | Fix O(N^2) behavior in pg_dump when many objects are... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Tom Lane | Fix O(N^2) behavior in pg_dump for large numbers of... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Tom Lane | Fix GET DIAGNOSTICS for case of assignment to function... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Robert Haas | Don't allow CREATE TABLE AS to put relations in pg_global. |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Alvaro Herrera | Update struct Trigger in docs |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Andrew Dunstan | Honor inputdir and outputdir when converting regression... |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Tatsuo Ishii | Add description for --no-locale and --text-search-config. |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Tom Lane | Improve documentation around logging_collector and... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Tom Lane | Stamp 8.3.18. REL8_3_18 |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Tom Lane | Last-minute release note updates. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Tom Lane | Convert newlines to spaces in names written in pg_dump... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Tom Lane | Require execute permission on the trigger function... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Tom Lane | Draft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18. |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Tom Lane | Don't clear btpo_cycleid during _bt_vacuum_one_page. |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Magnus Hagander | Avoid double close of file handle in syslogger on win32 |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Tom Lane | Don't reject threaded Python on FreeBSD. |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Tom Lane | Fix regex back-references that are directly quantified... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Tom Lane | Fix longstanding error in contrib/intarray's int[]... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Tom Lane | Fix I/O-conversion-related memory leaks in plpgsql. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Tom Lane | Fix brain fade in previous pg_dump patch. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Tom Lane | Fix pg_dump for better handling of inherited columns. |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Tom Lane | Avoid problems with OID wraparound during WAL replay. |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Heikki Linnakangas | Accept a non-existent value in "ALTER USER/DATABASE... |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Tom Lane | Fix error detection in contrib/pgcrypto's encrypt_iv... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Tom Lane | Fix one-byte buffer overrun in contrib/test_parser. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Tom Lane | Use __sync_lock_test_and_set() for spinlocks on ARM... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Tom Lane | Fix pg_restore's direct-to-database mode for INSERT... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Andrew Dunstan | Disable excessive FP optimization by recent versions... |
commit | commitdiff | tree | snapshot |
2011-12-12 |
Heikki Linnakangas | Revert the behavior of inet/cidr functions to not unpac... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Tom Lane | Stamp 8.3.17. REL8_3_17 |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Tom Lane | Update information about configuring SysV IPC parameter... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Tom Lane | Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Tom Lane | Update time zone data files to tzdata release 2011n. |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Tom Lane | Tweak previous patch to ensure edata->filename always... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Peter Eisentraut | Strip file names reported in error messages in vpath... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Andrew Dunstan | Backpatch "Use the preferred version of xsubpp." |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Tom Lane | Avoid floating-point underflow while tracking buffer... |
commit | commitdiff | tree | snapshot |
2011-11-16 |
Robert Haas | Don't elide blank lines when accumulating psql command... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Peter Eisentraut | Fix server header file installation with vpath builds |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Heikki Linnakangas | Make DatumGetInetP() unpack inet datums with a 1-byte... |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Tom Lane | Don't assume that a tuple's header size is unchanged... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Peter Eisentraut | Fix archive_command example |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Tom Lane | Fix bogus code in contrib/ tsearch dictionary examples. |
commit | commitdiff | tree | snapshot |
2011-11-02 |
Tom Lane | Revert "Stop btree indexscans upon reaching nulls in... |
commit | commitdiff | tree | snapshot |
2011-11-01 |
Tom Lane | Fix race condition with toast table access from a stale... |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Tom Lane | Stop btree indexscans upon reaching nulls in either... |
commit | commitdiff | tree | snapshot |
2011-10-29 |
Tom Lane | Fix assorted bogosities in cash_in() and cash_out(). |
commit | commitdiff | tree | snapshot |
2011-10-28 |
Tom Lane | Update docs to point to the timezone library's new... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Tom Lane | Change FK trigger creation order to better support... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Tom Lane | Fix pg_dump to dump casts between auto-generated types. |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Tom Lane | Fix bugs in information_schema.referential_constraints... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Tom Lane | Improve documentation of psql's \q command. |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Heikki Linnakangas | Don't let transform_null_equals=on affect CASE foo... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Robert Haas | Make pgstatindex respond to cancel interrupts. |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Tom Lane | Fix our mapping of Windows timezones for Central America. |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Tom Lane | Stamp 8.3.16. REL8_3_16 |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Tom Lane | Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Tom Lane | gistendscan() forgot to free so->giststate. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Peter Eisentraut | Add missing format argument to ecpg_log() call |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Tom Lane | Fix corner case bug in numeric to_char(). |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Tom Lane | Avoid possibly accessing off the end of memory in SJIS2... |
commit | commitdiff | tree | snapshot |
next |