Notification of git commits are sent to this list. Do not post here!
Thread | Author | Time |
---|---|---|
pgsql: Prevent pg_upgrade from migrating databases that use reg* data | Bruce Momjian | 03:28 |
pgsql: Prevent pg_upgrade from migrating databases that use reg* data | Bruce Momjian | 03:28 |
pgsql: Adjust check_for_isn_and_int8_passing_mismatch() so it is called | Bruce Momjian | 03:47 |
pgsql: Adjust check_for_isn_and_int8_passing_mismatch() so it is called | Bruce Momjian | 03:47 |
pgsql: Add INSERT statement to example so that it can be reproduced | Peter Eisentraut | 08:30 |
pgsql: Add INSERT statement to example so that it can be reproduced | Peter Eisentraut | 08:30 |
libpqtypes - libpqtypes: moved libpq-events.h from libpqtypes.h to | User Achernow | 14:40 |
libpqtypes - libpqtypes: Updated ChangeLog | User Achernow | 14:46 |
pgsql: CREATE TABLE IF NOT EXISTS. | Robert Haas | 23:21 |
Thread | Author | Time |
---|---|---|
pgsql: Remove tabs from sgml file. | Bruce Momjian | 01:43 |
pgsql: Add table creation and population to example from John Gage | Peter Eisentraut | 20:14 |
pgsql: Add table creation and population to example from John Gage | Peter Eisentraut | 20:14 |
pgsql: Fix grammar backpatched to 8.1 | Peter Eisentraut | 20:28 |
pgsql: Fix grammar backpatched to 8.1 | Peter Eisentraut | 20:28 |
pgsql: Fix grammar backpatched to 8.1 | Peter Eisentraut | 20:29 |
pgsql: Fix grammar backpatched to 8.1 | Peter Eisentraut | 20:29 |
pgsql: Fix grammar backpatched to 8.1 | Peter Eisentraut | 20:29 |
pgsql: Fix grammar backpatched to 8.1 | Peter Eisentraut | 20:30 |
Thread | Author | Time |
---|---|---|
pgsql: tag for beta4 | Marc G. Fournier | 03:31 |
pgsql: Make details of the Numeric representation private to numeric.c. | Robert Haas | 04:30 |
press - pr: New Directory | User Aglio | 06:04 |
pgsql: Improved version of patch to protect pg_get_expr() against | Tom Lane | 17:56 |
pgsql: Improved version of patch to protect pg_get_expr() against | Tom Lane | 17:57 |
pgsql: Improved version of patch to protect pg_get_expr() against | Tom Lane | 17:57 |
pgsql: Improved version of patch to protect pg_get_expr() against | Tom Lane | 17:57 |
pgsql: Improved version of patch to protect pg_get_expr() against | Tom Lane | 17:57 |
pgsql: Improved version of patch to protect pg_get_expr() against | Tom Lane | 17:57 |
Thread | Author | Time |
---|---|---|
pgsql: Rewrite the key-combination logic in GIN's keyGetItem() and | Tom Lane | 00:30 |
pgsql: Rewrite the key-combination logic in GIN's keyGetItem() and | Tom Lane | 00:31 |
pgsql: Rewrite the key-combination logic in GIN's keyGetItem() and | Tom Lane | 00:31 |
pgsql: Tweak tsmatchsel() so that it examines the structure of the | Tom Lane | 03:27 |
pgsql: Tweak tsmatchsel() so that it examines the structure of the | Tom Lane | 03:27 |
pgsql: Tweak tsmatchsel() so that it examines the structure of the | Tom Lane | 03:27 |
Thread | Author | Time |
---|---|---|
pgsql: Fix an ancient typo that prevented the detection of conflicting | Tom Lane | 01:24 |
pgsql: Fix an ancient typo that prevented the detection of conflicting | Tom Lane | 01:25 |
pgsql: Tweak a couple of macros in the regex code to suppress compiler | Tom Lane | 02:29 |
pgsql: Remove ancient PL/pgsql line numbering hack. | Robert Haas | 03:46 |
pgsql: Don't try to force use of -no-cpp-precomp on OS X. | Tom Lane | 04:51 |
pgsql: Don't try to force use of -no-cpp-precomp on OS X. | Tom Lane | 04:51 |
Re: pgsql: Back-patch fix for renaming asyncCommitLSN to asyncXactLSN. | Simon Riggs | 07:24 |
pgsql: Add btree_gist support for searching on "not equals". | Robert Haas | 16:26 |
pgsql: Teach levenshtein() about multi-byte characters. | Robert Haas | 23:20 |
Thread | Author | Time |
---|---|---|
pgsql: Add an example to clarify the use of ORDER BY in | Tom Lane | 15:27 |
Re: pgsql: Add an example to clarify the use of ORDER BY in | Thom Brown | 15:30 |
pgsql: Fix sloppy mistakes in documentation of PQescapeLiteral and | Tom Lane | 16:27 |
pgsql: Fix sloppy mistakes in documentation of PQescapeLiteral and | Tom Lane | 16:27 |
pgsql: Fix numeric_maximum_size() calculation. | Robert Haas | 17:33 |
pgsql: Fix declared argument name for numeric_maximum_size. | Robert Haas | 17:35 |
pgsql: Forgot to back-patch earlier change to documentation for | Tom Lane | 22:31 |
Thread | Author | Time |
---|---|---|
pgsql: Add xmlexists function by Mike Fowler, reviewed by Peter | Peter Eisentraut | 04:21 |
pgsql: Standardize get_whatever_oid functions for object types with | Robert Haas | 14:45 |
pgsql: Standardize get_whatever_oid functions for other object types. | Robert Haas | 15:25 |
[email protected] 50% OFF on Pfizer! | pgsql-committers | 16:54 |
pgsql: Remove the single-argument form of string_agg(). | Tom Lane | 18:21 |
pgsql: Remove the single-argument form of string_agg(). | Tom Lane | 18:21 |
pgsql: Document which Python environment variables affect PL/Python | Peter Eisentraut | 18:36 |
pgsql: Document which Python environment variables affect PL/Python | Peter Eisentraut | 18:36 |
[email protected] 35% OFF on Pfizer! | pgsql-committers | 19:15 |
pgsql: Add a very specific hint for the case that we're unable to locate | Tom Lane | 21:45 |
pgsql: Add a very specific hint for the case that we're unable to locate | Tom Lane | 21:45 |
Thread | Author | Time |
---|---|---|
pgsql: Recognize functional dependency on primary keys. | Tom Lane | 02:44 |
pgsql: Fix 9.0 release notes vacuum mention, not -> now Peter Fokkinga | Bruce Momjian | 13:07 |
Thread | Author | Time |
---|---|---|
pgsql: Add stats functions and views to provide access to a | Tom Lane | 16:27 |
pgsql: Add an xpath_exists() function. | Tom Lane | 19:15 |
press - pr: Added examples of release and presskit for USA | User Aglio | 19:19 |
press - pr: Fixed some stuff to match template. | User Aglio | 22:07 |
press - pr: Fixed minor HTML issues | User Aglio | 22:43 |
press - pr: Fixed some copy issues in quotes. | User Aglio | 23:24 |
press - pr: Hopefully the last copy-edit | User Aglio | 23:36 |
Re: press - pr: Hopefully the last copy-edit | Thom Brown | 23:46 |
Thread | Author | Time |
---|---|---|
npgsql - Npgsql2: Fixes for SQL generation bugs reported in #1010863 and | User Jbcooley | 02:22 |
pgsql: Modify the handling of RAISE without parameters so that the error | Tom Lane | 02:25 |
pgsql: Provide stable target anchors for libpq functions. | Robert Haas | 12:00 |
pgsql: Provide stable target anchors for libpq functions. | Robert Haas | 12:00 |
pgsql: Provide stable target anchors for libpq functions. | Robert Haas | 12:00 |
press - pr: New Directory | User Shigehiro | 13:18 |
press - pr: first draft of japanese presskit. | User Shigehiro | 13:19 |
Re: pgsql: Provide stable target anchors for libpq functions. | Tom Lane | 14:31 |