2017-11-06 |
Tom Lane | Stamp 9.3.20. REL9_3_20 |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Tom Lane | Make json{b}_populate_recordset() use the right tuple... |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Noah Misch | start-scripts: switch to $PGUSER before opening $PGLOG. |
commit | commitdiff | tree | snapshot |
2017-11-05 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2017-11-05 |
Tom Lane | Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3... |
commit | commitdiff | tree | snapshot |
2017-11-03 |
Michael Meskes | Improve error message for incorrect number inputs in... |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Michael Meskes | Fix float parsing in ecpg INFORMIX mode. |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Alvaro Herrera | Revert bogus fixes of HOT-freezing bug |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Tom Lane | Doc: update URL for check_postgres. |
commit | commitdiff | tree | snapshot |
2017-11-01 |
Michael Meskes | Make sure ecpglib does accepts digits behind decimal... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Tom Lane | Dept of second thoughts: keep aliasp_item in sync with... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Tom Lane | Fix crash when columns have been added to the end of... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Tom Lane | Rethink the dependencies recorded for FieldSelect/Field... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Tom Lane | Doc: mention that you can't PREPARE TRANSACTION after... |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Andrew Dunstan | Improve gendef.pl diagnostic on failure to open sym... |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Tom Lane | Fix libpq to not require user's home directory to exist. |
commit | commitdiff | tree | snapshot |
2017-10-23 |
Tom Lane | Update time zone data files to tzdata release 2017c. |
commit | commitdiff | tree | snapshot |
2017-10-23 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree | snapshot |
2017-10-23 |
Tom Lane | Fix some oversights in expression dependency recording. |
commit | commitdiff | tree | snapshot |
2017-10-20 |
Tom Lane | Fix typcache's failure to treat ranges as container... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Tom Lane | Fix misparsing of non-newline-terminated pg_hba.conf... |
commit | commitdiff | tree | snapshot |
2017-10-11 |
Tom Lane | Doc: fix missing explanation of default object privileges. |
commit | commitdiff | tree | snapshot |
2017-10-11 |
Tom Lane | Fix low-probability loss of NOTIFY messages due to... |
commit | commitdiff | tree | snapshot |
2017-10-06 |
Tom Lane | Fix access-off-end-of-array in clog.c. |
commit | commitdiff | tree | snapshot |
2017-10-06 |
Alvaro Herrera | Fix traversal of half-frozen update chains |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Alvaro Herrera | Fix coding rules violations in walreceiver.c |
commit | commitdiff | tree | snapshot |
2017-09-28 |
Alvaro Herrera | Fix freezing of a dead HOT-updated tuple |
commit | commitdiff | tree | snapshot |
2017-09-27 |
Tom Lane | Fix behavior when converting a float infinity to numeric. |
commit | commitdiff | tree | snapshot |
2017-09-27 |
Noah Misch | Don't recommend "DROP SCHEMA information_schema CASCADE". |
commit | commitdiff | tree | snapshot |
2017-09-26 |
Tom Lane | Improve wording of error message added in commit 714805010. |
commit | commitdiff | tree | snapshot |
2017-09-23 |
Peter Eisentraut | Fix saving and restoring umask |
commit | commitdiff | tree | snapshot |
2017-09-22 |
Tom Lane | Sync our copy of the timezone library with IANA tzcode... |
commit | commitdiff | tree | snapshot |
2017-09-21 |
Tom Lane | Give a better error for duplicate entries in VACUUM... |
commit | commitdiff | tree | snapshot |
2017-09-18 |
Michael Meskes | Fixed ECPG to correctly handle out-of-scope cursor... |
commit | commitdiff | tree | snapshot |
2017-09-17 |
Tom Lane | Fix possible dangling pointer dereference in trigger.c. |
commit | commitdiff | tree | snapshot |
2017-09-03 |
Tom Lane | Fix macro-redefinition warning on MSVC. |
commit | commitdiff | tree | snapshot |
2017-09-02 |
Peter Eisentraut | doc: Fix typos and other minor issues |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Tom Lane | Make [U]INT64CONST safe for use in #if conditions. |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Tom Lane | Ensure SIZE_MAX can be used throughout our code. |
commit | commitdiff | tree | snapshot |
2017-08-29 |
Tom Lane | Doc: document libpq's restriction to INT_MAX rows in... |
commit | commitdiff | tree | snapshot |
2017-08-29 |
Tom Lane | Teach libpq to detect integer overflow in the row count... |
commit | commitdiff | tree | snapshot |
2017-08-29 |
Tom Lane | Improve docs about numeric formatting patterns (to_char... |
commit | commitdiff | tree | snapshot |
2017-08-28 |
Tom Lane | Stamp 9.3.19. REL9_3_19 |
commit | commitdiff | tree | snapshot |
2017-08-28 |
Tom Lane | Doc: adjust release-note credit for parallel pg_restore... |
commit | commitdiff | tree | snapshot |
2017-08-28 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2017-08-27 |
Tom Lane | Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23. |
commit | commitdiff | tree | snapshot |
2017-08-22 |
Andres Freund | Backpatch introduction of TupleDescAttr(tupdesc, i). |
commit | commitdiff | tree | snapshot |
2017-08-19 |
Tom Lane | Fix possible core dump in parallel restore when using... |
commit | commitdiff | tree | snapshot |
2017-08-17 |
Tom Lane | Further tweaks to compiler flags for PL/Perl on Windows. |
commit | commitdiff | tree | snapshot |
2017-08-16 |
Michael Meskes | Changed ecpg parser to allow RETURNING clauses without... |
commit | commitdiff | tree | snapshot |
2017-08-15 |
Peter Eisentraut | Include foreign tables in information_schema.table_priv... |
commit | commitdiff | tree | snapshot |
2017-08-14 |
Tom Lane | Handle elog(FATAL) during ROLLBACK more robustly. |
commit | commitdiff | tree | snapshot |
2017-08-14 |
Tom Lane | Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant. |
commit | commitdiff | tree | snapshot |
2017-08-13 |
Tom Lane | Remove AtEOXact_CatCache(). |
commit | commitdiff | tree | snapshot |
2017-08-09 |
Tom Lane | Fix handling of container types in find_composite_type_... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Alvaro Herrera | Reword some unclear comments |
commit | commitdiff | tree | snapshot |
2017-08-07 |
Tom Lane | Stamp 9.3.18. REL9_3_18 |
commit | commitdiff | tree | snapshot |
2017-08-07 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2017-08-07 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2017-08-07 |
Noah Misch | Again match pg_user_mappings to information_schema... |
commit | commitdiff | tree | snapshot |
2017-08-07 |
Heikki Linnakangas | Don't allow logging in with empty password. |
commit | commitdiff | tree | snapshot |
2017-08-06 |
Tom Lane | Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22. |
commit | commitdiff | tree | snapshot |
2017-08-04 |
Tom Lane | Disallow SSL session tickets. |
commit | commitdiff | tree | snapshot |
2017-08-04 |
Peter Eisentraut | Add missing ALTER USER variants |
commit | commitdiff | tree | snapshot |
2017-08-03 |
Tom Lane | Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED... |
commit | commitdiff | tree | snapshot |
2017-08-02 |
Tom Lane | Add pgtcl back to the list of externally-maintained... |
commit | commitdiff | tree | snapshot |
2017-08-02 |
Tom Lane | Silence warning from modern perl about unescaped braces |
commit | commitdiff | tree | snapshot |
2017-07-31 |
Tatsuo Ishii | Fix comment. |
commit | commitdiff | tree | snapshot |
2017-07-31 |
Tom Lane | Doc: specify that the minimum supported version of... |
commit | commitdiff | tree | snapshot |
2017-07-31 |
Tom Lane | PL/Perl portability fix: absorb relevant -D switches... |
commit | commitdiff | tree | snapshot |
2017-07-31 |
Tom Lane | PL/Perl portability fix: avoid including XSUB.h in... |
commit | commitdiff | tree | snapshot |
2017-07-31 |
Tatsuo Ishii | Add missing comment in postgresql.conf. |
commit | commitdiff | tree | snapshot |
2017-07-27 |
Tom Lane | Fix psql tab completion for CREATE USER MAPPING. |
commit | commitdiff | tree | snapshot |
2017-07-26 |
Tom Lane | Clean up SQL emitted by psql/describe.c. |
commit | commitdiff | tree | snapshot |
2017-07-26 |
Alvaro Herrera | Fix concurrent locking of tuple update chain |
commit | commitdiff | tree | snapshot |
2017-07-24 |
Tom Lane | Fix race condition in predicate-lock init code in EXEC_... |
commit | commitdiff | tree | snapshot |
2017-07-24 |
Tom Lane | Ensure that pg_get_ruledef()'s output matches pg_get_vi... |
commit | commitdiff | tree | snapshot |
2017-07-24 |
Noah Misch | MSVC: Accept tcl86.lib in addition to tcl86t.lib. |
commit | commitdiff | tree | snapshot |
2017-07-23 |
Tom Lane | Fix pg_dump's handling of event triggers. |
commit | commitdiff | tree | snapshot |
2017-07-21 |
Tom Lane | Stabilize postgres_fdw regression tests. |
commit | commitdiff | tree | snapshot |
2017-07-21 |
Tom Lane | Re-establish postgres_fdw connections after server... |
commit | commitdiff | tree | snapshot |
2017-07-20 |
Tom Lane | Doc: clarify description of degenerate NATURAL joins. |
commit | commitdiff | tree | snapshot |
2017-07-20 |
Tom Lane | Fix dumping of outer joins with empty qual lists. |
commit | commitdiff | tree | snapshot |
2017-07-19 |
Tom Lane | Doc: add missing note about permissions needed to chang... |
commit | commitdiff | tree | snapshot |
2017-07-17 |
Tom Lane | Doc: explain dollar quoting in the intro part of the... |
commit | commitdiff | tree | snapshot |
2017-07-17 |
Tom Lane | Merge large_object.sql test into largeobject.source. |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Heikki Linnakangas | Fix pg_basebackup output to stdout on Windows. |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Tom Lane | Fix dumping of FUNCTION RTEs that contain non-function... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Heikki Linnakangas | Fix race between GetNewTransactionId and GetOldestActiv... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Tom Lane | Fix ruleutils.c for domain-over-array cases, too. |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Heikki Linnakangas | Reduce memory usage of tsvector type analyze function. |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Heikki Linnakangas | Fix variable and type name in comment. |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Heikki Linnakangas | Remove unnecessary braces, to match the surrounding... |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Tom Lane | Fix multiple assignments to a column of a domain type. |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Tom Lane | On Windows, retry process creation if we fail to reserv... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Tom Lane | Doc: clarify wording about tool requirements in sourcer... |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Teodor Sigaev | Fix potential data corruption during freeze |
commit | commitdiff | tree | snapshot |
2017-07-03 |
Heikki Linnakangas | Treat clean shutdown of an SSL connection same as the... |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Tom Lane | Second try at fixing tcp_keepalives_idle option on... |
commit | commitdiff | tree | snapshot |
next |