Commit Graph

40374 Commits (2cc41acd8fa3ebb8f0501c6102a253fb7053cf46)
 

Author SHA1 Message Date
Kevin Grittner 2cc41acd8f Fix hash index vs "snapshot too old" problemms 9 years ago
Dean Rasheed 9b66aa006f Fix psql's \ev and \sv commands so that they handle view reloptions. 9 years ago
Dean Rasheed 93a8c6fd6c Move and rename fmtReloptionsArray(). 9 years ago
Tom Lane 306ff0aaf8 Further 9.6 release note improvements. 9 years ago
Tom Lane 98f158e41e Update time zone data files to tzdata release 2016d. 9 years ago
Tom Lane 0b9a234432 Rename tsvector delete() to ts_delete(), and filter() to ts_filter(). 9 years ago
Tom Lane 2f38b986fa Small 9.6 release note improvements. 9 years ago
Tom Lane 7a622b2731 Rename pgbench min/max to least/greatest, and fix handling of double args. 9 years ago
Tom Lane c311f78873 First-draft release notes for Postgres 9.6. 9 years ago
Tom Lane a9ba6195f1 Fix ordering/categorization of some recently-added system views. 9 years ago
Dean Rasheed 18a02ad2a5 Fix corner-case loss of precision in numeric pow() calculation 9 years ago
Alvaro Herrera c1543a81a7 Revert timeline following in replication slots 9 years ago
Peter Eisentraut 6535bf3998 doc: Fix more typos 9 years ago
Teodor Sigaev 4bbc1a7ea3 Fix crash of filter(tsvector) 9 years ago
Andres Freund a712487087 Fix transient mdsync() errors of truncated relations due to 72a98a6395. 9 years ago
Peter Eisentraut 613fb29a38 doc: Fix typos 9 years ago
Robert Haas 9888b34fdb Fix more things to be parallel-safe. 9 years ago
Robert Haas 8826d85078 Tweak a few more things in preparation for upcoming pgindent run. 9 years ago
Robert Haas 1e77949e67 Note that max_worker_processes requires restart. 9 years ago
Alvaro Herrera 6b60916829 Fix thinko in comment 9 years ago
Alvaro Herrera 234a266066 Fix code comments regarding logical decoding 9 years ago
Tom Lane 21c2b1c611 Docs: improve index entries for new tsvector functions. 9 years ago
Tom Lane 7d7b129277 Fix configure's incorrect version tests for flex and perl. 9 years ago
Robert Haas 37d0c2cb1a Fix parallel safety markings for pg_start_backup. 9 years ago
Robert Haas f2f5e7e78e Again update typedefs.list file in preparation for pgindent run 9 years ago
Heikki Linnakangas d22b85fbd4 Remove unused macros. 9 years ago
Peter Eisentraut a956bf4395 doc: Fix typo 9 years ago
Tom Lane 8473b7f95f Add a --non-master-only option to git_changelog. 10 years ago
Tom Lane 6376a16ba2 Update contrib/unaccent documentation about its unaccent.rules file. 10 years ago
Tom Lane 2a2435e699 Small improvements to OPTIMIZER_DEBUG code. 10 years ago
Tom Lane c45bf5751b Fix planner crash from pfree'ing a partial path that a GatherPath uses. 10 years ago
Tom Lane 17d5db352c Remove warning about num_sync being too large in synchronous_standby_names. 10 years ago
Tom Lane 207d5a656e Fix mishandling of equivalence-class tests in parameterized plans. 10 years ago
Kevin Grittner 7c3e8039f4 Add a few entries to the tail of time mapping, to see old values. 10 years ago
Andrew Dunstan d34e7b2812 Fix comment whitespace in VS2105 patch 10 years ago
Peter Eisentraut 82881b2b43 doc: Minor wording changes 10 years ago
Magnus Hagander a03bda323b Fix typo 10 years ago
Andrew Dunstan 7dc549238e Fix typo in VS2015 patch 10 years ago
Andrew Dunstan 0fb54de9aa Support building with Visual Studio 2015 10 years ago
Andres Freund 59455018a8 Remember asking for feedback during walsender shutdown. 10 years ago
Tom Lane 23b09e15b9 Adjust DatumGetBool macro, this time for sure. 10 years ago
Tom Lane f050423052 Revert "Convert contrib/seg's bool-returning SQL functions to V1 call convention." 10 years ago
Teodor Sigaev f8467f7da8 Prevent to use magic constants 10 years ago
Teodor Sigaev e2c79e14d9 Prevent multiple cleanup process for pending list in GIN. 10 years ago
Tom Lane ad520ec4ac Use memmove() not memcpy() to slide some pointers down. 10 years ago
Tom Lane 4c804fbdfb Clean up parsing of synchronous_standby_names GUC variable. 10 years ago
Robert Haas 372ff7cae2 Fix wrong word. 10 years ago
Robert Haas a31212b429 Change postgresql.conf.sample to say that fsync=off will corrupt data. 10 years ago
Robert Haas cf402ba734 Tighten up sanity checks for parallel aggregate in execQual.c. 10 years ago
Robert Haas b33dc77665 Remove inadvertently commited vim swapfile. 10 years ago