2010-12-14 |
Marc G. Fournier | Tag 8.1.23. REL8_1_STABLE github/REL8_1_STABLE REL8_1_23 |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Marc G. Fournier | Tag 8.1.23. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Tom Lane | Update release notes for releases 9.0.2, 8.4.6, 8.3... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Peter Eisentraut | Translation updates for release 8.1.23 |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Tom Lane | Update time zone data files to tzdata release 2010o... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Tom Lane | Force default wal_sync_method to be fdatasync on Linux. |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Tom Lane | Add a stack overflow check to copyObject(). |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Tom Lane | Prevent inlining a SQL function with multiple OUT param... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Tom Lane | Fix significant memory leak in contrib/xml2 functions. |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Itagaki Takahiro | Don't raise "identifier will be truncated" messages... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Heikki Linnakangas | The GiST scan algorithm uses LSNs to detect concurrent... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Robert Haas | Fix bug in cube picksplit algorithm. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Tom Lane | Add missing outfuncs.c support for struct InhRelation. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Tom Lane | Fix old oversight in const-simplification of COALESCE... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Heikki Linnakangas | Fix bug introduced by the recent patch to check that... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Tom Lane | Fix line_construct_pm() for the case of "infinite"... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Tom Lane | Repair memory leakage while ANALYZE-ing complex index... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Tom Lane | Add support for detecting register-stack overrun on... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Tom Lane | Reduce recursion depth in recently-added regression... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Tom Lane | Ensure an index that uses a whole-row Var still depends... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Tom Lane | Fix plpgsql's handling of "simple" expression evaluation. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Heikki Linnakangas | Before removing backup_label and irrevocably changing... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Heikki Linnakangas | If pk is NULL, the backend would segfault when accessin... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Robert Haas | Warn that views can be safely used to hide columns... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Marc G. Fournier | Tag 8.1.22 REL8_1_22 |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Tom Lane | Use a separate interpreter for each calling SQL userid... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Peter Eisentraut | Translation updates for 8.1.22 |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Tom Lane | Update release notes for releases 9.0.1, 8.4.5, 8.3... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Tom Lane | Further fixes to the pg_get_expr() security fix in... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Tom Lane | Still more .gitignore cleanup. |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Robert Haas | Add contrib/xml2/pgxml.sql to .gitignore |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | Prevent show_session_authorization from crashing when... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | More fixes for libpq's .gitignore file. |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | Do some copy-editing on the Git usage docs. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Tom Lane | Fix documentation gitignore for pre-9.0 doc build methods. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Tom Lane | Some more gitignore cleanups: cover contrib and PL... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Magnus Hagander | Remove anonymous cvs instructions, and replace them... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Magnus Hagander | Convert cvsignore to gitignore, and add .gitignore... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Tom Lane | Back-patch replacement of README.CVS with README.git. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Tom Lane | Update time zone data files to tzdata release 2010l... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Tom Lane | Fix ExecMakeTableFunctionResult to verify that all... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Peter Eisentraut | Catch null pointer returns from PyCObject_AsVoidPtr... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Tom Lane | Arrange to fsync the contents of lockfiles (both postma... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Tom Lane | Fix psql's copy of utf2ucs() to match the backend's... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Robert Haas | Fix one more incorrect errno definition in the ECPG... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Robert Haas | Fix incorrect errno definitions in ECPG manual. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Tom Lane | Fix incorrect logic in plpgsql for cleanup after evalua... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Tom Lane | Improved version of patch to protect pg_get_expr()... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Tom Lane | Fix another longstanding problem in copy_relation_data... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Robert Haas | Fix possible page corruption by ALTER TABLE .. SET... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Tom Lane | Fix potential failure when hashing the output of a... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Peter Eisentraut | Spelling fix |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Peter Eisentraut | Fix grammar |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Robert Haas | Avoid deep recursion when assigning XIDs to multiple... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Heikki Linnakangas | Oops, in the previous fix to prevent a cursor that... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Tom Lane | Avoid an Assert failure in deconstruct_array() by makin... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Tom Lane | Fix "cannot handle unplanned sub-select" error that... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Heikki Linnakangas | The previous fix in CVS HEAD and 8.4 for handling the... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Tom Lane | Fix assorted misstatements and poor wording in the... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Robert Haas | Allow ALTER TABLE .. SET TABLESPACE to be interrupted. |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Heikki Linnakangas | stringToNode() and deparse_expression_pretty() crash... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Tom Lane | Fix dblink_build_sql_insert() and related functions... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Tom Lane | Consolidate and improve checking of key-column-attnum... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Tom Lane | Rearrange dblink's dblink_build_sql_insert() and relate... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Itagaki Takahiro | Fix connection leak in dblink when dblink_connect(... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Itagaki Takahiro | Fix dblink to treat connection names longer than NAMEDA... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Tom Lane | Change ps_status.c to explicitly track the current... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Andrew Dunstan | > Follow up a visit from the style police. |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Robert Haas | Fix longstanding typo in V1 calling conventions documen... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Tom Lane | Improve documentation of pg_restore's -l and -L switche... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Marc G. Fournier | tag 8.1.21 REL8_1_21 |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Tom Lane | Update release notes with security issues. |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Tom Lane | Use an entity instead of non-ASCII letter. Thom Brown |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Tom Lane | Prevent PL/Tcl from loading the "unknown" module from... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Andrew Dunstan | Abandon the use of Perl's Safe.pm to enforce restrictio... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Tom Lane | Preliminary release notes for releases 8.4.4, 8.3.11... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Tom Lane | Update time zone data files to tzdata release 2010j... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Tom Lane | Work around a subtle portability problem in use of... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Tom Lane | Fix psql to not go into infinite recursion when expandi... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Tom Lane | Fix backpatching error in recent patch for ALTER USER... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Tom Lane | Add code to InternalIpcMemoryCreate() to handle the... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Tom Lane | Fix multiple memory leaks in PLy_spi_execute_fetch_resu... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Peter Eisentraut | IP port -> TCP port |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Andrew Dunstan | Sync perl's ppport.h on all branches back to 7.4 with... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Tom Lane | Ensure that contrib/pgstattuple functions respond to... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Alvaro Herrera | Prevent ALTER USER f RESET ALL from removing the settin... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Tom Lane | Clear error_context_stack and debug_query_string at... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Magnus Hagander | Typo fixes. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Marc G. Fournier | tag 8.1.20 REL8_1_20 |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Tom Lane | Preliminary release notes for releases 8.4.3, 8.3.10... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Tom Lane | Use SvROK(sv) rather than directly checking SvTYPE... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Alvaro Herrera | Update time zone data files to tzdata release 2010d... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Magnus Hagander | Add missing space in example. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Tom Lane | Update time zone data files to tzdata release 2010c... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Tom Lane | When reading pg_hba.conf and similar files, do not... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Tom Lane | Fix a couple of places that would loop forever if attem... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Tom Lane | Make contrib/xml2 use core xml.c's error handler, when... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Heikki Linnakangas | Fix numericlocale psql option when used with a null... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Tom Lane | Fix contrib/xml2 so regression test still works when... |
commit | commitdiff | tree | snapshot |
next |