| 2019-01-19 |
Peter Eisentraut | Fix outdated comment |
commit | commitdiff | tree |
| 2019-01-18 |
Tom Lane | Fix under-quoted filename pattern in pgbench TAP test. |
commit | commitdiff | tree |
| 2019-01-18 |
Tom Lane | Use our own getopt() on OpenBSD. |
commit | commitdiff | tree |
| 2019-01-18 |
Alvaro Herrera | Fix creation of duplicate foreign keys on partitions |
commit | commitdiff | tree |
| 2019-01-18 |
Alvaro Herrera | Move CloneForeignKeyConstraints to tablecmds.c |
commit | commitdiff | tree |
| 2019-01-18 |
Alvaro Herrera | Refactor duplicate code into DeconstructFkConstraintRow |
commit | commitdiff | tree |
| 2019-01-18 |
Michael Paquier | Enforce non-parallel plan when calling current_schema... |
commit | commitdiff | tree |
| 2019-01-18 |
Tom Lane | Avoid assuming that we know the spelling of getopt_long... |
commit | commitdiff | tree |
| 2019-01-18 |
Michael Paquier | Restrict the use of temporary namespace in two-phase... |
commit | commitdiff | tree |
| 2019-01-17 |
Magnus Hagander | Replace references to mailinglists with @lists.postgres... |
commit | commitdiff | tree |
| 2019-01-17 |
Magnus Hagander | Remove references to Majordomo |
commit | commitdiff | tree |
| 2019-01-17 |
Andrew Gierth | Postpone aggregate checks until after collation is... |
commit | commitdiff | tree |
| 2019-01-14 |
Michael Paquier | Fix typos in documentation and for one wait event |
commit | commitdiff | tree |
| 2019-01-14 |
Alvaro Herrera | Fix unique INCLUDE indexes on partitioned tables |
commit | commitdiff | tree |
| 2019-01-13 |
Andrew Dunstan | fix typo |
commit | commitdiff | tree |
| 2019-01-13 |
Andrew Dunstan | Make DLSUFFIX easily discoverable by build scripts |
commit | commitdiff | tree |
| 2019-01-13 |
Noah Misch | Make Emacs perl-mode indent more like perltidy. |
commit | commitdiff | tree |
| 2019-01-13 |
Peter Eisentraut | configure: Update python search order |
commit | commitdiff | tree |
| 2019-01-11 |
Tom Lane | Fix up confusion over how to use EXTRA_INSTALL. |
commit | commitdiff | tree |
| 2019-01-11 |
Andrew Dunstan | Free pre-modification HeapTuple in ALTER TABLE ...... |
commit | commitdiff | tree |
| 2019-01-11 |
Tom Lane | Avoid sharing PARAM_EXEC slots between different levels... |
commit | commitdiff | tree |
| 2019-01-11 |
Peter Eisentraut | doc: Correct documentation of install-time environment... |
commit | commitdiff | tree |
| 2019-01-10 |
Andrew Dunstan | Fix missing values when doing ALTER TABLE ALTER COLUMN... |
commit | commitdiff | tree |
| 2019-01-09 |
Tom Lane | Update docs & tests to reflect that unassigned OLD... |
commit | commitdiff | tree |
| 2019-01-08 |
Tom Lane | Doc: update our docs about kernel IPC parameters on... |
commit | commitdiff | tree |
| 2019-01-08 |
Tatsuo Ishii | Doc: fix meaning of acronym "btree". |
commit | commitdiff | tree |
| 2019-01-07 |
Andrew Gierth | doc: document that INFO messages always go to client. |
commit | commitdiff | tree |
| 2019-01-03 |
Tom Lane | Improve ANALYZE's handling of concurrent-update scenarios. |
commit | commitdiff | tree |
| 2019-01-03 |
Peter Eisentraut | Update ssl test certificates and keys |
commit | commitdiff | tree |
| 2019-01-02 |
Tom Lane | Don't believe MinMaxExpr is leakproof without checking. |
commit | commitdiff | tree |
| 2019-01-02 |
Bruce Momjian | Update copyright for 2019 |
commit | commitdiff | tree |
| 2019-01-01 |
Michael Paquier | Fix generation of padding message before encrypting... |
commit | commitdiff | tree |
| 2018-12-31 |
Noah Misch | Process EXTRA_INSTALL serially, during the first temp... |
commit | commitdiff | tree |
| 2018-12-31 |
Noah Misch | Send EXTRA_INSTALL errors to install.log, not stderr. |
commit | commitdiff | tree |
| 2018-12-31 |
Noah Misch | pg_regress: Promptly detect failed postmaster startup. |
commit | commitdiff | tree |
| 2018-12-29 |
Peter Eisentraut | pg_rewind: Add missing newline to error message |
commit | commitdiff | tree |
| 2018-12-28 |
Michael Paquier | Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.h |
commit | commitdiff | tree |
| 2018-12-28 |
Tom Lane | Fix latent problem with pg_jrand48(). |
commit | commitdiff | tree |
| 2018-12-28 |
Alexander Korotkov | Reduce length of GIN predicate locking isolation test... |
commit | commitdiff | tree |
| 2018-12-27 |
Alexander Korotkov | Remove entry tree root conflict checking from GIN predi... |
commit | commitdiff | tree |
| 2018-12-27 |
Michael Paquier | Ignore inherited temp relations from other sessions... |
commit | commitdiff | tree |
| 2018-12-26 |
Tom Lane | Fix portability failure introduced in commits d2b0b60e7... |
commit | commitdiff | tree |
| 2018-12-24 |
Michael Paquier | Prioritize history files when archiving |
commit | commitdiff | tree |
| 2018-12-23 |
Michael Paquier | Disable WAL-skipping optimization for COPY on views... |
commit | commitdiff | tree |
| 2018-12-22 |
Peter Eisentraut | Fix ancient compiler warnings and typos in !HAVE_SYMLIN... |
commit | commitdiff | tree |
| 2018-12-20 |
Alexander Korotkov | Check for conflicting queries during replay of gistvacu... |
commit | commitdiff | tree |
| 2018-12-20 |
Alvaro Herrera | Fix lock level used for partition when detaching it |
commit | commitdiff | tree |
| 2018-12-20 |
Tom Lane | Doc: fix ancient mistake in search_path documentation. |
commit | commitdiff | tree |
| 2018-12-20 |
Alvaro Herrera | DETACH PARTITION: hold locks on indexes until end of... |
commit | commitdiff | tree |
| 2018-12-20 |
Greg Stark | Fix ADD IF NOT EXISTS used in conjunction with ALTER... |
commit | commitdiff | tree |
| 2018-12-19 |
Tom Lane | Doc: fix incorrect example of collecting arguments... |
commit | commitdiff | tree |
| 2018-12-19 |
Peter Geoghegan | Correct obsolete nbtree recovery comments. |
commit | commitdiff | tree |
| 2018-12-19 |
Tatsuo Ishii | Doc: fix typo in "Generic File Access Functions" section. |
commit | commitdiff | tree |
| 2018-12-18 |
Tom Lane | Fix ancient thinko in mergejoin cost estimation. |
commit | commitdiff | tree |
| 2018-12-18 |
Michael Paquier | Update project link of pgBadger in documentation |
commit | commitdiff | tree |
| 2018-12-18 |
Michael Paquier | Include ALTER INDEX SET STATISTICS in pg_dump |
commit | commitdiff | tree |
| 2018-12-17 |
Alvaro Herrera | Clarify runtime pruning in EXPLAIN |
commit | commitdiff | tree |
| 2018-12-17 |
Amit Kapila | Remove extra semicolons. |
commit | commitdiff | tree |
| 2018-12-17 |
Michael Paquier | Fix use-after-free bug when renaming constraints |
commit | commitdiff | tree |
| 2018-12-17 |
Michael Paquier | Make constraint rename issue relcache invalidation... |
commit | commitdiff | tree |
| 2018-12-16 |
Tom Lane | Make error handling in parallel pg_upgrade less bogus. |
commit | commitdiff | tree |
| 2018-12-16 |
Tom Lane | Improve detection of child-process SIGPIPE failures. |
commit | commitdiff | tree |
| 2018-12-13 |
Tom Lane | Fix bogus logic for skipping unnecessary partcollation... |
commit | commitdiff | tree |
| 2018-12-13 |
Alexander Korotkov | Prevent GIN deleted pages from being reclaimed too... |
commit | commitdiff | tree |
| 2018-12-13 |
Alexander Korotkov | Prevent deadlock in ginRedoDeletePage() |
commit | commitdiff | tree |
| 2018-12-13 |
Alexander Korotkov | Fix deadlock in GIN vacuum introduced by 218f51584d5 |
commit | commitdiff | tree |
| 2018-12-12 |
Tom Lane | Repair bogus EPQ plans generated for postgres_fdw forei... |
commit | commitdiff | tree |
| 2018-12-12 |
Tom Lane | Repair bogus handling of multi-assignment Params in... |
commit | commitdiff | tree |
| 2018-12-11 |
Tom Lane | Fix test_rls_hooks to assign expression collations... |
commit | commitdiff | tree |
| 2018-12-11 |
Tom Lane | Doc: improve documentation about ALTER LARGE OBJECT... |
commit | commitdiff | tree |
| 2018-12-11 |
Noah Misch | Raise some timeouts to 180s, in test code. |
commit | commitdiff | tree |
| 2018-12-10 |
Tom Lane | Add stack depth checks to key recursive functions in... |
commit | commitdiff | tree |
| 2018-12-10 |
Tom Lane | Make TupleDescInitBuiltinEntry throw error for unsuppor... |
commit | commitdiff | tree |
| 2018-12-07 |
Tom Lane | Fix misapplication of pgstat_count_truncate to wrong... |
commit | commitdiff | tree |
| 2018-12-07 |
Tom Lane | Clean up sloppy coding in publicationcmds.c's OpenTable... |
commit | commitdiff | tree |
| 2018-12-07 |
Tom Lane | Doc: make cross-reference to format() function more... |
commit | commitdiff | tree |
| 2018-12-06 |
Tom Lane | Improve our response to invalid format strings, and... |
commit | commitdiff | tree |
| 2018-12-06 |
Stephen Frost | Improve planner stats documentation |
commit | commitdiff | tree |
| 2018-12-05 |
Alvaro Herrera | Don't mark partitioned indexes invalid unnecessarily |
commit | commitdiff | tree |
| 2018-12-05 |
Michael Paquier | Fix invalid value of synchronous_commit in description... |
commit | commitdiff | tree |
| 2018-11-30 |
Michael Paquier | Fix various checksum check problems for pg_verify_check... |
commit | commitdiff | tree |
| 2018-11-30 |
Michael Paquier | Switch pg_verify_checksums back to a blacklist |
commit | commitdiff | tree |
| 2018-11-29 |
Tom Lane | Document handling of invalid/ambiguous timestamp input... |
commit | commitdiff | tree |
| 2018-11-29 |
Tom Lane | Ensure static libraries have correct mod time even... |
commit | commitdiff | tree |
| 2018-11-29 |
Thomas Munro | Fix minor typo in dsa.c. |
commit | commitdiff | tree |
| 2018-11-29 |
Michael Paquier | Fix handling of synchronous replication for stopping... |
commit | commitdiff | tree |
| 2018-11-28 |
Peter Geoghegan | Have BufFileSize() ereport() on FileSize() failure. |
commit | commitdiff | tree |
| 2018-11-28 |
Bruce Momjian | C comment: remove extra '*' |
commit | commitdiff | tree |
| 2018-11-28 |
Thomas Munro | Don't set PAM_RHOST for Unix sockets. |
commit | commitdiff | tree |
| 2018-11-28 |
Tomas Vondra | Do not decode TOAST data for table rewrites |
commit | commitdiff | tree |
| 2018-11-27 |
Andres Freund | Fix jit compilation bug on wide tables. |
commit | commitdiff | tree |
| 2018-11-27 |
Andres Freund | Fix ac218aa4f6 to work on versions before 9.5. |
commit | commitdiff | tree |
| 2018-11-27 |
Andres Freund | Update pg_upgrade test for reg* to include regrole... |
commit | commitdiff | tree |
| 2018-11-27 |
Bruce Momjian | doc: fix wording for plpgsql, add "and" |
commit | commitdiff | tree |
| 2018-11-26 |
Tom Lane | Fix translation of special characters in psql's LaTeX... |
commit | commitdiff | tree |
| 2018-11-26 |
Alvaro Herrera | Fix sample output for hash_metapage_info query |
commit | commitdiff | tree |
| 2018-11-26 |
Michael Paquier | Revert "Fix typo in documentation of toast storage" |
commit | commitdiff | tree |
| 2018-11-26 |
Michael Paquier | Fix typo in documentation of toast storage |
commit | commitdiff | tree |
| 2018-11-24 |
Andrew Gierth | Fix hstore hash function for empty hstores upgraded... |
commit | commitdiff | tree |
| 2018-11-24 |
Tom Lane | Update additional float4/8 expected-output files. |
commit | commitdiff | tree |
| next |