2020-11-17 |
Tom Lane | Don't Insert() a VFD entry until it's fully built. |
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: adjust expression index analyze working some... |
commit | commitdiff | tree |
2020-11-16 |
Bruce Momjian | doc: improve wording of the need for analyze of exp... |
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 |
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 9.5.24. REL9_5_24 |
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-07 |
Peter Eisentraut | Fix redundant error messages in client tools |
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-06 |
Tom Lane | Doc: undo mistaken adjustment to LOCK TABLE docs in... |
commit | commitdiff | tree |
2020-11-03 |
Tom Lane | Allow users with BYPASSRLS to alter their own passwords. |
commit | commitdiff | tree |
2020-11-01 |
Tom Lane | Avoid null pointer dereference if error result lacks... |
commit | commitdiff | tree |
2020-10-28 |
Tom Lane | Use mode "r" for popen() in psql's evaluate_backtick(). |
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-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-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 |
Tom Lane | In libpq for Windows, call WSAStartup once and WSAClean... |
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 |
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-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-05 |
Bruce Momjian | doc: show functions returning record types and use... |
commit | commitdiff | tree |
2020-10-05 |
Tom Lane | Fix two latent(?) bugs in equivclass.c. |
commit | commitdiff | tree |
2020-10-03 |
Bruce Momjian | doc: libpq connection options can override command... |
commit | commitdiff | tree |
2020-10-03 |
Bruce Momjian | doc: clarify the use of ssh port forwarding |
commit | commitdiff | tree |
2020-09-30 |
Tom Lane | Fix handling of BC years in to_date/to_timestamp. |
commit | commitdiff | tree |
2020-09-29 |
Fujii Masao | Archive timeline history files in standby if archive_mo... |
commit | commitdiff | tree |
2020-09-26 |
Tom Lane | Revise RelationBuildRowSecurity() to avoid memory leaks. |
commit | commitdiff | tree |
2020-09-24 |
Tom Lane | Fix handling of -d "connection string" in pg_dump/pg_re... |
commit | commitdiff | tree |
2020-09-23 |
Thomas Munro | Fix missing fsync of SLRU directories. |
commit | commitdiff | tree |
2020-09-23 |
Tom Lane | Avoid possible dangling-pointer access in tsearch_readl... |
commit | commitdiff | tree |
2020-09-18 |
Tom Lane | Use factorial rather than numeric_fac in create_operato... |
commit | commitdiff | tree |
2020-09-14 |
Noah Misch | Fix race in test of pg_switch_wal(). |
commit | commitdiff | tree |
2020-09-13 |
Tom Lane | Use the properly transformed RangeVar for expandTableLi... |
commit | commitdiff | tree |
2020-09-10 |
Tom Lane | Use _exit(2) for SIGQUIT during ProcessStartupPacket... |
commit | commitdiff | tree |
2020-09-10 |
Magnus Hagander | Fix title in reference section |
commit | commitdiff | tree |
2020-09-09 |
Tom Lane | Make archiver's SIGQUIT handler exit via _exit(). |
commit | commitdiff | tree |
2020-09-08 |
Peter Eisentraut | Use return instead of exit() in configure |
commit | commitdiff | tree |
2020-09-06 |
Tom Lane | Fix misleading error message about inconsistent moving... |
commit | commitdiff | tree |
2020-09-06 |
Tom Lane | Remove useless lstat() call in pg_rewind. |
commit | commitdiff | tree |
2020-09-04 |
Bruce Momjian | C comment: correct use of 64-"byte" cache line size |
commit | commitdiff | tree |
2020-09-03 |
Tom Lane | Avoid lockup of a parallel worker when reporting a... |
commit | commitdiff | tree |
2020-09-01 |
Bruce Momjian | doc: clarify that max_wal_size is "during" checkpoints |
commit | commitdiff | tree |
2020-09-01 |
Tom Lane | Teach libpq to handle arbitrary-length lines in .pgpass... |
commit | commitdiff | tree |
2020-08-31 |
Bruce Momjian | doc: add commas after 'i.e.' and 'e.g.' |
commit | commitdiff | tree |
2020-08-31 |
Bruce Momjian | C comment: remove mention of use of t_hoff WAL structu... |
commit | commitdiff | tree |
2020-08-31 |
Bruce Momjian | pg_upgrade doc: mention saving postgresql.conf.auto... |
commit | commitdiff | tree |
2020-08-31 |
Bruce Momjian | docs: in mapping SQL to C data types, timestamp isn... |
commit | commitdiff | tree |
2020-08-31 |
Bruce Momjian | doc: cross-link file-fdw and CSV config log sections |
commit | commitdiff | tree |
2020-08-31 |
Bruce Momjian | docs: clarify intermediate certificate creation instru... |
commit | commitdiff | tree |
2020-08-31 |
Bruce Momjian | docs: replace "stable storage" with "durable" in descr... |
commit | commitdiff | tree |
2020-08-31 |
Bruce Momjian | doc: improve description of subscripting of arrays |
commit | commitdiff | tree |
2020-08-31 |
Bruce Momjian | docs: improve 'capitals' inheritance example |
commit | commitdiff | tree |
2020-08-31 |
Magnus Hagander | Fix docs bug stating file_fdw requires absolute paths |
commit | commitdiff | tree |
2020-08-30 |
Tom Lane | Mark factorial operator, and postfix operators in gener... |
commit | commitdiff | tree |
2020-08-27 |
Tom Lane | Fix code for re-finding scan position in a multicolumn... |
commit | commitdiff | tree |
2020-08-25 |
Bruce Momjian | docs: client certificates are always sent to the server |
commit | commitdiff | tree |
2020-08-22 |
Tom Lane | Avoid pushing quals down into sub-queries that have... |
commit | commitdiff | tree |
2020-08-22 |
Bruce Momjian | docs: improve description of how to handle multiple... |
commit | commitdiff | tree |
2020-08-21 |
Tom Lane | Fix handling of CREATE TABLE LIKE with inheritance. |
commit | commitdiff | tree |
2020-08-17 |
Alvaro Herrera | Disable autovacuum for BRIN test table |
commit | commitdiff | tree |
2020-08-17 |
Tom Lane | Doc: fix description of UNION/CASE/etc type unification. |
commit | commitdiff | tree |
2020-08-17 |
Michael Paquier | doc: Fix description about bgwriter and checkpoint... |
commit | commitdiff | tree |
2020-08-15 |
Noah Misch | Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum... |
commit | commitdiff | tree |
2020-08-15 |
Noah Misch | Prevent concurrent SimpleLruTruncate() for any given... |
commit | commitdiff | tree |
2020-08-15 |
Tom Lane | Be more careful about the shape of hashable subplan... |
commit | commitdiff | tree |
2020-08-13 |
Alvaro Herrera | Handle new HOT chains in index-build table scans |
commit | commitdiff | tree |
next |