2017-08-08 |
Alvaro Herrera | Fix replication origin-related race conditions |
commit | commitdiff | tree |
2017-08-08 |
Alvaro Herrera | Fix inadequacies in recently added wait events |
commit | commitdiff | tree |
2017-08-08 |
Noah Misch | Disclaim xmltable() support for non-UTF8 databases. |
commit | commitdiff | tree |
2017-08-07 |
Tom Lane | Stamp 10beta3. |
commit | commitdiff | tree |
2017-08-07 |
Tom Lane | Skip test for IPC::Run if user is overriding our search... |
commit | commitdiff | tree |
2017-08-07 |
Peter Eisentraut | Update SQL features list |
commit | commitdiff | tree |
2017-08-07 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2017-08-07 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree |
2017-08-07 |
Peter Eisentraut | Fix local/remote attribute mix-up in logical replication |
commit | commitdiff | tree |
2017-08-07 |
Peter Eisentraut | Fix handling of dropped columns in logical replication |
commit | commitdiff | tree |
2017-08-07 |
Tom Lane | Require update permission for the large object written... |
commit | commitdiff | tree |
2017-08-07 |
Noah Misch | Again match pg_user_mappings to information_schema... |
commit | commitdiff | tree |
2017-08-07 |
Heikki Linnakangas | Don't allow logging in with empty password. |
commit | commitdiff | tree |
2017-08-07 |
Peter Eisentraut | Fix function name in code comment |
commit | commitdiff | tree |
2017-08-07 |
Peter Eisentraut | Improve wording of subscription refresh debug messages |
commit | commitdiff | tree |
2017-08-07 |
Peter Eisentraut | Downgrade subscription refresh messages to DEBUG1 |
commit | commitdiff | tree |
2017-08-07 |
Tom Lane | Update RELEASE_CHANGES' example of branch name format. |
commit | commitdiff | tree |
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 |
2017-08-06 |
Andres Freund | Fix thinko introduced in 2bef06d516460 et al. |
commit | commitdiff | tree |
2017-08-05 |
Andres Freund | Add regression test for wide REPLICA IDENTITY FULL... |
commit | commitdiff | tree |
2017-08-05 |
Tom Lane | Doc: update v10 release notes through today. |
commit | commitdiff | tree |
2017-08-05 |
Tom Lane | Suppress unused-variable warnings when building with... |
commit | commitdiff | tree |
2017-08-05 |
Tom Lane | Improve configure's check for ICU presence. |
commit | commitdiff | tree |
2017-08-05 |
Robert Haas | Make pg_stop_backup's wait_for_archive flag work on... |
commit | commitdiff | tree |
2017-08-05 |
Peter Eisentraut | Add support for ICU 4.2 |
commit | commitdiff | tree |
2017-08-05 |
Robert Haas | Fix bug in deciding whether to scan newly-attached... |
commit | commitdiff | tree |
2017-08-05 |
Peter Eisentraut | Only kill sync workers at commit time in subscription DDL |
commit | commitdiff | tree |
2017-08-04 |
Robert Haas | hash: Immediately after a bucket split, try to clean... |
commit | commitdiff | tree |
2017-08-04 |
Tom Lane | First-draft release notes for 9.6.4. |
commit | commitdiff | tree |
2017-08-04 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree |
2017-08-04 |
Robert Haas | hash: Increase the number of possible overflow bitmaps... |
commit | commitdiff | tree |
2017-08-04 |
Tom Lane | Apply ALTER ... SET NOT NULL recursively in ALTER ... |
commit | commitdiff | tree |
2017-08-04 |
Tom Lane | Disallow SSL session tickets. |
commit | commitdiff | tree |
2017-08-04 |
Peter Eisentraut | Further unify ROLE and USER command grammar rules |
commit | commitdiff | tree |
2017-08-03 |
Tom Lane | Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED... |
commit | commitdiff | tree |
2017-08-03 |
Alvaro Herrera | Fix build on zlib-less environments |
commit | commitdiff | tree |
2017-08-03 |
Robert Haas | Fix lock upgrade hazard in ATExecAttachPartition. |
commit | commitdiff | tree |
2017-08-03 |
Robert Haas | Code beautification for ATExecAttachPartition. |
commit | commitdiff | tree |
2017-08-03 |
Robert Haas | Allow a foreign table CHECK constraint to be initially... |
commit | commitdiff | tree |
2017-08-03 |
Robert Haas | Improve ExecModifyTable comments. |
commit | commitdiff | tree |
2017-08-03 |
Robert Haas | Teach map_partition_varattnos to handle whole-row expre... |
commit | commitdiff | tree |
2017-08-03 |
Peter Eisentraut | Add new files to nls.mk and add translation markers |
commit | commitdiff | tree |
2017-08-02 |
Alvaro Herrera | Fix pg_dump's errno checking for zlib I/O |
commit | commitdiff | tree |
2017-08-02 |
Tom Lane | Add pgtcl back to the list of externally-maintained... |
commit | commitdiff | tree |
2017-08-02 |
Tom Lane | Remove broken and useless entry-count printing in HASH_... |
commit | commitdiff | tree |
2017-08-02 |
Peter Eisentraut | Get a snapshot before COPY in table sync |
commit | commitdiff | tree |
2017-08-02 |
Tom Lane | Remove duplicate setting of SSL_OP_SINGLE_DH_USE option. |
commit | commitdiff | tree |
2017-08-02 |
Peter Eisentraut | Fix OBJECT_TYPE/OBJECT_DOMAIN confusion |
commit | commitdiff | tree |
2017-08-02 |
Tom Lane | Revert test case added by commit 1e165d05fe06a907286760... |
commit | commitdiff | tree |
2017-08-01 |
Tom Lane | Second try at getting useful errors out of newlocale... |
commit | commitdiff | tree |
2017-08-01 |
Tom Lane | Suppress less info in regression tests using DROP CASCADE. |
commit | commitdiff | tree |
2017-08-01 |
Tom Lane | Try to deliver a sane message for _create_locale()... |
commit | commitdiff | tree |
2017-08-01 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree |
2017-08-01 |
Tom Lane | Allow creation of C/POSIX collations without depending... |
commit | commitdiff | tree |
2017-08-01 |
Tom Lane | Further improve consistency of configure's program... |
commit | commitdiff | tree |
2017-08-01 |
Dean Rasheed | Comment fix for partition_rbound_cmp(). |
commit | commitdiff | tree |
2017-07-31 |
Tatsuo Ishii | Fix comment. |
commit | commitdiff | tree |
2017-07-31 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
2017-07-31 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
2017-07-31 |
Heikki Linnakangas | Doc: add v10 release notes entries for the DH parameter... |
commit | commitdiff | tree |
2017-07-31 |
Heikki Linnakangas | Always use 2048 bit DH parameters for OpenSSL ephemeral... |
commit | commitdiff | tree |
2017-07-31 |
Tom Lane | Doc: specify that the minimum supported version of... |
commit | commitdiff | tree |
2017-07-31 |
Tom Lane | Record full paths of programs sought by "configure". |
commit | commitdiff | tree |
2017-07-31 |
Tom Lane | Tighten coding for non-composite case in plperl's retur... |
commit | commitdiff | tree |
2017-07-31 |
Stephen Frost | Fix function comment for dumpACL() |
commit | commitdiff | tree |
2017-07-31 |
Tatsuo Ishii | Add missing comment in postgresql.conf. |
commit | commitdiff | tree |
2017-07-31 |
Tatsuo Ishii | Add missing comment in postgresql.conf. |
commit | commitdiff | tree |
2017-07-31 |
Tatsuo Ishii | Add missing comment in postgresql.conf. |
commit | commitdiff | tree |
2017-07-30 |
Andres Freund | Move ExecProcNode from dispatch to function pointer... |
commit | commitdiff | tree |
2017-07-30 |
Andres Freund | Move interrupt checking from ExecProcNode() to executor... |
commit | commitdiff | tree |
2017-07-28 |
Tom Lane | Include publication owner's name in the output of ... |
commit | commitdiff | tree |
2017-07-28 |
Tom Lane | PL/Perl portability fix: absorb relevant -D switches... |
commit | commitdiff | tree |
2017-07-28 |
Tom Lane | PL/Perl portability fix: avoid including XSUB.h in... |
commit | commitdiff | tree |
2017-07-27 |
Tom Lane | Fix psql tab completion for CREATE USER MAPPING. |
commit | commitdiff | tree |
2017-07-27 |
Tom Lane | Standardize describe.c's behavior for no-matching-objec... |
commit | commitdiff | tree |
2017-07-27 |
Tom Lane | Avoid use of sprintf/snprintf in describe.c. |
commit | commitdiff | tree |
2017-07-27 |
Tom Lane | Sync listDbRoleSettings() with the rest of the world. |
commit | commitdiff | tree |
2017-07-27 |
Tom Lane | Fix very minor memory leaks in psql's command.c. |
commit | commitdiff | tree |
2017-07-27 |
Andrew Dunstan | Work around Msys weakness in Testlib.pm's command_like() |
commit | commitdiff | tree |
2017-07-26 |
Tom Lane | Clean up SQL emitted by psql/describe.c. |
commit | commitdiff | tree |
2017-07-26 |
Alvaro Herrera | Update copyright in recently added files |
commit | commitdiff | tree |
2017-07-26 |
Alvaro Herrera | Fix concurrent locking of tuple update chain |
commit | commitdiff | tree |
2017-07-26 |
Alvaro Herrera | Remove obsolete comments about functional dependencies |
commit | commitdiff | tree |
2017-07-25 |
Alvaro Herrera | Make PostgresNode easily subclassable |
commit | commitdiff | tree |
2017-07-25 |
Alvaro Herrera | Fix race conditions in replication slot operations |
commit | commitdiff | tree |
2017-07-24 |
Robert Haas | Fix partitioning crashes during error reporting. |
commit | commitdiff | tree |
2017-07-24 |
Tom Lane | Fix race condition in predicate-lock init code in EXEC_... |
commit | commitdiff | tree |
2017-07-24 |
Robert Haas | When WCOs are present, disable direct foreign table... |
commit | commitdiff | tree |
2017-07-24 |
Tom Lane | Ensure that pg_get_ruledef()'s output matches pg_get_vi... |
commit | commitdiff | tree |
2017-07-24 |
Tom Lane | Be more consistent about errors for opfamily member... |
commit | commitdiff | tree |
2017-07-24 |
Noah Misch | MSVC: Finish clean.bat build artifact coverage. |
commit | commitdiff | tree |
2017-07-24 |
Noah Misch | MSVC: Accept tcl86.lib in addition to tcl86t.lib. |
commit | commitdiff | tree |
2017-07-23 |
Tom Lane | Fix pg_dump's handling of event triggers. |
commit | commitdiff | tree |
2017-07-22 |
Tom Lane | Improve comments about partitioned hash table freelists. |
commit | commitdiff | tree |
2017-07-22 |
Tom Lane | Update expected results for collate.linux.utf8 regressi... |
commit | commitdiff | tree |
2017-07-22 |
Alvaro Herrera | Fix typo in comment |
commit | commitdiff | tree |
2017-07-21 |
Tom Lane | Doc: update versioning information in libpq.sgml. |
commit | commitdiff | tree |
2017-07-21 |
Robert Haas | pg_rewind: Fix some problems when copying files >2GB. |
commit | commitdiff | tree |
2017-07-21 |
Tom Lane | Stabilize postgres_fdw regression tests. |
commit | commitdiff | tree |
2017-07-21 |
Robert Haas | pg_rewind: Fix busted sanity check. |
commit | commitdiff | tree |
next |