2020-11-29 |
Tom Lane | Doc: clarify behavior of PQconnectdbParams(). |
commit | commitdiff | tree |
2020-11-29 |
Noah Misch | Retry initial slurp_file("current_logfiles"), in test... |
commit | commitdiff | tree |
2020-11-28 |
Tom Lane | Fix a recently-introduced race condition in LISTEN... |
commit | commitdiff | tree |
2020-11-27 |
Fujii Masao | Fix CLUSTER progress reporting of number of blocks... |
commit | commitdiff | tree |
2020-11-25 |
Tom Lane | In psql's \d commands, don't truncate attribute default... |
commit | commitdiff | tree |
2020-11-25 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree |
2020-11-24 |
Andrew Gierth | Properly check index mark/restore in ExecSupportsMarkRe... |
commit | commitdiff | tree |
2020-11-20 |
Heikki Linnakangas | Skip allocating hash table in EXPLAIN-only mode. |
commit | commitdiff | tree |
2020-11-20 |
Tom Lane | On macOS, use -isysroot in link steps as well as compil... |
commit | commitdiff | tree |
2020-11-19 |
Thomas Munro | Adjust DSM and DSA slot usage constants (back-patch). |
commit | commitdiff | tree |
2020-11-19 |
Tom Lane | Further fixes for CREATE TABLE LIKE: cope with self... |
commit | commitdiff | tree |
2020-11-17 |
Tom Lane | Don't Insert() a VFD entry until it's fully built. |
commit | commitdiff | tree |
2020-11-16 |
Tom Lane | Do not return NULL for error cases in satisfies_hash_pa... |
commit | commitdiff | tree |
2020-11-16 |
Tom Lane | Use "true" not "TRUE" in one ICU function call. |
commit | commitdiff | tree |
2020-11-16 |
Bruce Momjian | doc: update bgwriter description |
commit | commitdiff | tree |
2020-11-16 |
Bruce Momjian | doc: clarify how to find pg_type_d.h in the install... |
commit | commitdiff | tree |
2020-11-16 |
Bruce Momjian | doc: improve wording of the need for analyze of exp... |
commit | commitdiff | tree |
2020-11-16 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree |
2020-11-15 |
Tom Lane | Fix fuzzy thinking about amcanmulticol versus amcaninclude. |
commit | commitdiff | tree |
2020-11-14 |
Tom Lane | Doc: improve partitioning discussion in ddl.sgml. |
commit | commitdiff | tree |
2020-11-12 |
Bruce Momjian | doc: clarify where to find pg_type_d.h (PG 11+) and... |
commit | commitdiff | tree |
2020-11-12 |
Bruce Momjian | docs: mention that expression indexes need analyze |
commit | commitdiff | tree |
2020-11-12 |
Bruce Momjian | doc: wire protocol data type for history file content... |
commit | commitdiff | tree |
2020-11-12 |
Andrew Gierth | pg_trgm: fix crash in 2-item picksplit |
commit | commitdiff | tree |
2020-11-11 |
Tomas Vondra | Remove duplicate code in brin_memtuple_initialize |
commit | commitdiff | tree |
2020-11-11 |
Tom Lane | Fix and simplify some usages of TimestampDifference(). |
commit | commitdiff | tree |
2020-11-11 |
Bruce Momjian | doc: fix spelling "connction" to "connection" |
commit | commitdiff | tree |
2020-11-10 |
Tom Lane | Work around cross-version-upgrade issues created by... |
commit | commitdiff | tree |
2020-11-09 |
Tom Lane | Stamp 12.5. REL_12_5 |
commit | commitdiff | tree |
2020-11-09 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree |
2020-11-09 |
Tom Lane | Doc: clarify data type behavior of COALESCE and NULLIF. |
commit | commitdiff | tree |
2020-11-09 |
Noah Misch | Ignore attempts to \gset into specially treated variables. |
commit | commitdiff | tree |
2020-11-09 |
Noah Misch | In security-restricted operations, block enqueue of... |
commit | commitdiff | tree |
2020-11-09 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2020-11-08 |
Tom Lane | Release notes for 13.1, 12.5, 11.10, 10.15, 9.6.20... |
commit | commitdiff | tree |
2020-11-08 |
Tom Lane | In INSERT/UPDATE, use the table's real tuple descriptor... |
commit | commitdiff | tree |
2020-11-07 |
Peter Eisentraut | Fix redundant error messages in client tools |
commit | commitdiff | tree |
2020-11-07 |
Alvaro Herrera | Plug memory leak in index_get_partition |
commit | commitdiff | tree |
2020-11-06 |
Tomas Vondra | Properly detoast data in brin_form_tuple |
commit | commitdiff | tree |
2020-11-06 |
Tom Lane | Revert "Accept relations of any kind in LOCK TABLE". |
commit | commitdiff | tree |
2020-11-06 |
Tom Lane | Revert "pg_dump: Lock all relations, not just plain... |
commit | commitdiff | tree |
2020-11-05 |
Tom Lane | Don't throw an error for LOCK TABLE on a self-referenti... |
commit | commitdiff | tree |
2020-11-04 |
Peter Eisentraut | Enable hash partitioning of text arrays |
commit | commitdiff | tree |
2020-11-03 |
Tom Lane | Guard against core dump from uninitialized subplan. |
commit | commitdiff | tree |
2020-11-03 |
Tom Lane | Allow users with BYPASSRLS to alter their own passwords. |
commit | commitdiff | tree |
2020-11-03 |
Tom Lane | Fix unportable use of getnameinfo() in pg_hba_file_rule... |
commit | commitdiff | tree |
2020-11-02 |
Magnus Hagander | Add missing comma in list of SSL versions |
commit | commitdiff | tree |
2020-11-02 |
Michael Paquier | Fix some grammar and typos in comments and docs |
commit | commitdiff | tree |
2020-11-02 |
Michael Paquier | Extend PageIsVerified() to handle more custom options |
commit | commitdiff | tree |
2020-11-01 |
Tom Lane | Avoid null pointer dereference if error result lacks... |
commit | commitdiff | tree |
2020-11-01 |
Michael Paquier | Preserve index data in pg_statistic across REINDEX... |
commit | commitdiff | tree |
2020-10-31 |
Noah Misch | Reproduce debug_query_string==NULL on parallel workers. |
commit | commitdiff | tree |
2020-10-29 |
Tom Lane | Stabilize timetz test across DST transitions. |
commit | commitdiff | tree |
2020-10-28 |
Tom Lane | Use mode "r" for popen() in psql's evaluate_backtick(). |
commit | commitdiff | tree |
2020-10-28 |
Tom Lane | Calculate extraUpdatedCols in query rewriter, not parser. |
commit | commitdiff | tree |
2020-10-27 |
Tom Lane | Fix use-after-free bug with event triggers and ALTER... |
commit | commitdiff | tree |
2020-10-27 |
Bruce Momjian | Makefile comment: remove reference to tools/thread... |
commit | commitdiff | tree |
2020-10-27 |
Alvaro Herrera | pg_dump: Lock all relations, not just plain tables |
commit | commitdiff | tree |
2020-10-27 |
Alvaro Herrera | Accept relations of any kind in LOCK TABLE |
commit | commitdiff | tree |
2020-10-27 |
Bruce Momjian | docs: remove reference to src/tools/thread |
commit | commitdiff | tree |
2020-10-27 |
Bruce Momjian | doc: simplify wording of function error affects |
commit | commitdiff | tree |
2020-10-26 |
Bruce Momjian | doc: make blooms docs match reality |
commit | commitdiff | tree |
2020-10-25 |
Tom Lane | Fix corner case for a BEFORE ROW UPDATE trigger returni... |
commit | commitdiff | tree |
2020-10-25 |
David Rowley | Fix incorrect parameter name in a function header comment |
commit | commitdiff | tree |
2020-10-24 |
Tom Lane | Fix ancient bug in ecpg's pthread_once() emulation... |
commit | commitdiff | tree |
2020-10-23 |
Tom Lane | Update time zone data files to tzdata release 2020d. |
commit | commitdiff | tree |
2020-10-23 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree |
2020-10-21 |
Tom Lane | Fix connection string handling in psql's \connect command. |
commit | commitdiff | tree |
2020-10-21 |
Alvaro Herrera | Use fast checkpoint in PostgresNode::backup() |
commit | commitdiff | tree |
2020-10-20 |
Alvaro Herrera | Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion |
commit | commitdiff | tree |
2020-10-20 |
Peter Eisentraut | Avoid invalid alloc size error in shm_mq |
commit | commitdiff | tree |
2020-10-19 |
Tom Lane | Fix connection string handling in src/bin/scripts/... |
commit | commitdiff | tree |
2020-10-19 |
Heikki Linnakangas | Misc documentation fixes. |
commit | commitdiff | tree |
2020-10-19 |
Heikki Linnakangas | Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transac... |
commit | commitdiff | tree |
2020-10-19 |
Heikki Linnakangas | Fix output of tsquery example in docs. |
commit | commitdiff | tree |
2020-10-19 |
Tom Lane | In libpq for Windows, call WSAStartup once and WSAClean... |
commit | commitdiff | tree |
2020-10-19 |
Heikki Linnakangas | Fix doc for full text search distance operator. |
commit | commitdiff | tree |
2020-10-19 |
Magnus Hagander | Update link for pllua |
commit | commitdiff | tree |
2020-10-19 |
David Rowley | Relax some asserts in merge join costing code |
commit | commitdiff | tree |
2020-10-19 |
Michael Paquier | Fix potential memory leak in pgcrypto |
commit | commitdiff | tree |
2020-10-17 |
Tom Lane | Doc: caution against misuse of 'now' and related dateti... |
commit | commitdiff | tree |
2020-10-17 |
Tom Lane | Update time zone data files to tzdata release 2020c. |
commit | commitdiff | tree |
2020-10-17 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree |
2020-10-16 |
Tom Lane | Add missing error check in pgcrypto/crypt-md5.c. |
commit | commitdiff | tree |
2020-10-16 |
Tom Lane | Doc: tweak column widths in synchronous-commit-matrix... |
commit | commitdiff | tree |
2020-10-16 |
Andres Freund | llvmjit: Work around bug in LLVM 3.9 causing crashes... |
commit | commitdiff | tree |
2020-10-16 |
Bruce Momjian | pg_upgrade: remove C99 compiler req. from commit 3c047... |
commit | commitdiff | tree |
2020-10-15 |
Bruce Momjian | pg_upgrade: generate check error for left-over new... |
commit | commitdiff | tree |
2020-10-15 |
Andres Freund | llvmjit: Also copy parameter / return value attributes... |
commit | commitdiff | tree |
2020-10-15 |
Bruce Momjian | doc: improve description of synchronous_commit modes |
commit | commitdiff | tree |
2020-10-15 |
Tom Lane | In the postmaster, rely on the signal infrastructure... |
commit | commitdiff | tree |
2020-10-15 |
Fujii Masao | doc: Mention that toast_tuple_target affects also colum... |
commit | commitdiff | tree |
2020-10-13 |
Tom Lane | Paper over regression failures in infinite_recurse... |
commit | commitdiff | tree |
2020-10-12 |
Tom Lane | Fix GiST buffering build to work when there are include... |
commit | commitdiff | tree |
2020-10-12 |
Tom Lane | Fix memory leak when guc.c decides a setting can't... |
commit | commitdiff | tree |
2020-10-07 |
Tom Lane | Fix optimization hazard in gram.y's makeOrderedSetArgs... |
commit | commitdiff | tree |
2020-10-07 |
Tom Lane | Rethink recent fix for pg_dump's handling of extension... |
commit | commitdiff | tree |
2020-10-06 |
Bruce Momjian | pg_upgrade: remove pre-8.4 code and >= 8.4 check |
commit | commitdiff | tree |
2020-10-06 |
Bruce Momjian | pg_upgrade; change major version comparisons to use... |
commit | commitdiff | tree |
2020-10-06 |
Tom Lane | Build EC members for child join rels in the right memor... |
commit | commitdiff | tree |
next |