2017-08-15 |
Peter Eisentraut | psql: Add tab completion for \pset pager |
commit | commitdiff | tree | snapshot |
2017-08-15 |
Peter Eisentraut | Fix whitespace |
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-11 |
Peter Eisentraut | doc: Update description of rolreplication column |
commit | commitdiff | tree | snapshot |
2017-08-09 |
Tom Lane | Fix handling of container types in find_composite_type_... |
commit | commitdiff | tree | snapshot |
2017-08-09 |
Tom Lane | Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Tom Lane | Fix datumSerialize infrastructure to not crash on non... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Alvaro Herrera | Reword some unclear comments |
commit | commitdiff | tree | snapshot |
2017-08-07 |
Tom Lane | Stamp 9.6.4. REL9_6_4 |
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 |
Tom Lane | Require update permission for the large object written... |
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-06 |
Andres Freund | Fix thinko introduced in 2bef06d516460 et al. |
commit | commitdiff | tree | snapshot |
2017-08-05 |
Andres Freund | Add regression test for wide REPLICA IDENTITY FULL... |
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-03 |
Alvaro Herrera | Fix build on zlib-less environments |
commit | commitdiff | tree | snapshot |
2017-08-03 |
Robert Haas | Allow a foreign table CHECK constraint to be initially... |
commit | commitdiff | tree | snapshot |
2017-08-02 |
Alvaro Herrera | Fix pg_dump's errno checking for zlib I/O |
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 | Remove broken and useless entry-count printing in HASH_... |
commit | commitdiff | tree | snapshot |
2017-08-01 |
Peter Eisentraut | doc: Fix typo |
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 |
Stephen Frost | Fix function comment for dumpACL() |
commit | commitdiff | tree | snapshot |
2017-07-31 |
Tatsuo Ishii | Add missing comment in postgresql.conf. |
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-25 |
Alvaro Herrera | Make PostgresNode easily subclassable |
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 |
Robert Haas | When WCOs are present, disable direct foreign table... |
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-22 |
Robert Haas | pg_rewind: Fix some problems when copying files >2GB. |
commit | commitdiff | tree | snapshot |
2017-07-22 |
Alvaro Herrera | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2017-07-21 |
Tom Lane | Stabilize postgres_fdw regression tests. |
commit | commitdiff | tree | snapshot |
2017-07-21 |
Robert Haas | pg_rewind: Fix busted sanity check. |
commit | commitdiff | tree | snapshot |
2017-07-21 |
Tom Lane | Re-establish postgres_fdw connections after server... |
commit | commitdiff | tree | snapshot |
2017-07-21 |
Teodor Sigaev | Fix double shared memory allocation. |
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-16 |
Andrew Dunstan | fix typo |
commit | commitdiff | tree | snapshot |
2017-07-16 |
Andrew Dunstan | Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731f |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Tom Lane | Fix broken link-command-line ordering for libpgfeutils. |
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 |
Alvaro Herrera | commit_ts test: Set node name in test |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Tom Lane | Avoid integer overflow while sifting-up a heap in tuple... |
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 | Fix ordering of operations in SyncRepWakeQueue to avoid... |
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-09 |
Tom Lane | Doc: fix backwards description of visibility map's... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Alvaro Herrera | Fix typo |
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-30 |
Tom Lane | Fix walsender to exit promptly if client requests shutdown. |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Tom Lane | Second try at fixing tcp_keepalives_idle option on... |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Stephen Frost | Do not require 'public' to exist for pg_dump -c |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Tom Lane | Support tcp_keepalives_idle option on Solaris. |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Tom Lane | Re-allow SRFs and window functions within sub-selects... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Tom Lane | Reduce wal_retrieve_retry_interval in applicable TAP... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Tom Lane | Don't lose walreceiver start requests due to race condi... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Tom Lane | Ignore old stats file timestamps when starting the... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Tom Lane | Minor code review for parse_phrase_operator(). |
commit | commitdiff | tree | snapshot |
2017-06-22 |
Alvaro Herrera | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2017-06-21 |
Andres Freund | Fix possibility of creating a "phantom" segment after... |
commit | commitdiff | tree | snapshot |
2017-06-21 |
Heikki Linnakangas | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2017-06-20 |
Bruce Momjian | pg_upgrade: start/stop new server after pg_resetwal |
commit | commitdiff | tree | snapshot |
2017-06-19 |
Tom Lane | Fix materialized-view documentation oversights. |
commit | commitdiff | tree | snapshot |
2017-06-19 |
Tom Lane | Avoid regressions in foreign-key-based selectivity... |
commit | commitdiff | tree | snapshot |
2017-06-19 |
Tom Lane | On Windows, make pg_dump use binary mode for compressed... |
commit | commitdiff | tree | snapshot |
2017-06-19 |
Andres Freund | Fix leaking of small spilled subtransactions during... |
commit | commitdiff | tree | snapshot |
2017-06-16 |
Heikki Linnakangas | Fix dependency, when changing a function's argument... |
commit | commitdiff | tree | snapshot |
2017-06-15 |
Tom Lane | Fix low-probability leaks of PGresult objects in the... |
commit | commitdiff | tree | snapshot |
2017-06-15 |
Bruce Momjian | doc: remove mention of Windows junction points by... |
commit | commitdiff | tree | snapshot |
2017-06-15 |
Bruce Momjian | docs: Fix pg_upgrade standby server upgrade docs |
commit | commitdiff | tree | snapshot |
2017-06-15 |
Tatsuo Ishii | Fix document bug regarding read only transactions. |
commit | commitdiff | tree | snapshot |
2017-06-13 |
Tom Lane | Assert that we don't invent relfilenodes or type OIDs... |
commit | commitdiff | tree | snapshot |
2017-06-10 |
Andrew Dunstan | Take PROVE_FLAGS from the command line but not the... |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Robert Haas | postgres_fdw: Allow cancellation of transaction control... |
commit | commitdiff | tree | snapshot |
next |