2020-11-10 |
Tom Lane | Work around cross-version-upgrade issues created by... |
commit | commitdiff | tree |
2020-11-09 |
Tom Lane | Stamp 10.15. REL_10_15 |
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 | 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-01 |
Tom Lane | Avoid null pointer dereference if error result lacks... |
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-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-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 |
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 |
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 |
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-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-05 |
Tom Lane | Improve stability of identity.sql regression test. |
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-10-01 |
Tom Lane | Put back explicit setting of replication values within... |
commit | commitdiff | tree |
2020-10-01 |
Heikki Linnakangas | Fix incorrect assertion on number of array dimensions. |
commit | commitdiff | tree |
2020-09-30 |
Tom Lane | Fix handling of BC years in to_date/to_timestamp. |
commit | commitdiff | tree |
2020-09-30 |
Tom Lane | Remove obsolete replication settings within TAP tests. |
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-17 |
Amit Kapila | Update parallel BTree scan state when the scan keys... |
commit | commitdiff | tree |
2020-09-16 |
Tom Lane | Fix bogus cache-invalidation logic in logical replicati... |
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-12 |
Peter Eisentraut | doc: Don't hide the "Up" link when it is the same as... |
commit | commitdiff | tree |
2020-09-10 |
Tom Lane | Use _exit(2) for SIGQUIT during ProcessStartupPacket... |
commit | commitdiff | tree |
2020-09-10 |
Peter Eisentraut | doc: Remove buggy ICU collation from documentation |
commit | commitdiff | tree |
2020-09-10 |
Magnus Hagander | Fix title in reference section |
commit | commitdiff | tree |
2020-09-10 |
Michael Paquier | doc: Fix some grammar and inconsistencies |
commit | commitdiff | tree |
2020-09-09 |
Tom Lane | Make archiver's SIGQUIT handler exit via _exit(). |
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-05 |
Tom Lane | Make new authentication test case more robust. |
commit | commitdiff | tree |
2020-09-05 |
Tom Lane | Fix over-eager ping'ing in logical replication receiver. |
commit | commitdiff | tree |
2020-09-04 |
Bruce Momjian | C comment: correct use of 64-"byte" cache line size |
commit | commitdiff | tree |
2020-09-04 |
Tom Lane | Fix rare deadlock failure in create_am regression test. |
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 |
next |