| 2022-08-18 |
John Naylor | Refer to replication origin roident as "ID" in user... |
commit | commitdiff | tree |
| 2022-08-17 |
David Rowley | Fix hypothetical problem passing the wrong GROUP BY... |
commit | commitdiff | tree |
| 2022-08-17 |
Daniel Gustafsson | doc: Add a note on PO editors |
commit | commitdiff | tree |
| 2022-08-17 |
Tom Lane | Refactor addition of PlaceHolderVars to joinrel targetl... |
commit | commitdiff | tree |
| 2022-08-17 |
Tom Lane | Use an explicit state flag to control PlaceHolderInfo... |
commit | commitdiff | tree |
| 2022-08-17 |
Tom Lane | Make PlaceHolderInfo lookup O(1). |
commit | commitdiff | tree |
| 2022-08-17 |
Tom Lane | Avoid using list_length() to test for empty list. |
commit | commitdiff | tree |
| 2022-08-17 |
Daniel Gustafsson | doc: Consistently spell case-insensitive |
commit | commitdiff | tree |
| 2022-08-17 |
Daniel Gustafsson | doc: Document pg_trgm being case-insensitive by default |
commit | commitdiff | tree |
| 2022-08-17 |
Michael Paquier | Use SetInstallXLogFileSegmentActive() in more places... |
commit | commitdiff | tree |
| 2022-08-17 |
Michael Paquier | Allow event trigger table_rewrite for ALTER MATERIALIZE... |
commit | commitdiff | tree |
| 2022-08-16 |
Tomas Vondra | Fix assert in logicalmsg_desc |
commit | commitdiff | tree |
| 2022-08-16 |
Daniel Gustafsson | doc: Remove reference to tty libpq connstring param |
commit | commitdiff | tree |
| 2022-08-16 |
Daniel Gustafsson | doc: Add missing parenthesis to keycombo |
commit | commitdiff | tree |
| 2022-08-16 |
Amit Kapila | Fix replica identity check for a partitioned table. |
commit | commitdiff | tree |
| 2022-08-16 |
Tatsuo Ishii | doc: fix wrong tag used in create sequence manual. |
commit | commitdiff | tree |
| 2022-08-15 |
Thomas Munro | Fix headerscheck and cpluspluscheck's exit codes. |
commit | commitdiff | tree |
| 2022-08-15 |
Daniel Gustafsson | doc: Add unit to pg_shmem_allocations attributes |
commit | commitdiff | tree |
| 2022-08-15 |
Tom Lane | Add missing bad-PGconn guards in libpq entry points. |
commit | commitdiff | tree |
| 2022-08-15 |
Peter Eisentraut | Remove redundant spaces in _outA_Expr() output |
commit | commitdiff | tree |
| 2022-08-15 |
Michael Paquier | Improve tab completion of ALTER TYPE in psql |
commit | commitdiff | tree |
| 2022-08-15 |
Michael Paquier | Fix outdated --help message for postgres -f |
commit | commitdiff | tree |
| 2022-08-14 |
Tom Lane | Preserve memory context of VarStringSortSupport buffers. |
commit | commitdiff | tree |
| 2022-08-13 |
Thomas Munro | Add new win32 header to headerscheck and cpluspluscheck |
commit | commitdiff | tree |
| 2022-08-13 |
Thomas Munro | Remove configure probe for gethostbyname_r. |
commit | commitdiff | tree |
| 2022-08-13 |
Thomas Munro | Remove replacement code for getaddrinfo. |
commit | commitdiff | tree |
| 2022-08-13 |
Thomas Munro | Remove configure probe for struct sockaddr_storage. |
commit | commitdiff | tree |
| 2022-08-13 |
Tom Lane | Avoid misbehavior when hash_table_bytes < bucket_size. |
commit | commitdiff | tree |
| 2022-08-13 |
Thomas Munro | Remove HAVE_UNIX_SOCKETS. |
commit | commitdiff | tree |
| 2022-08-13 |
Tom Lane | Catch stack overflow when recursing in transformFromCla... |
commit | commitdiff | tree |
| 2022-08-13 |
Tom Lane | Remove configurability of PPC spinlock assembly code. |
commit | commitdiff | tree |
| 2022-08-13 |
Thomas Munro | Remove configure probe for shl_load library. |
commit | commitdiff | tree |
| 2022-08-13 |
Thomas Munro | Remove configure probe for sys/resource.h and refactor. |
commit | commitdiff | tree |
| 2022-08-13 |
Thomas Munro | Remove configure probes for sys/ipc.h, sys/sem.h, sys... |
commit | commitdiff | tree |
| 2022-08-13 |
Thomas Munro | Remove configure probe for sys/select.h. |
commit | commitdiff | tree |
| 2022-08-13 |
Thomas Munro | Remove configure probes for sys/un.h and struct sockadd... |
commit | commitdiff | tree |
| 2022-08-13 |
Thomas Munro | Remove configure probe for sys/uio.h. |
commit | commitdiff | tree |
| 2022-08-13 |
Peter Eisentraut | Add missing fields to _outConstraint() |
commit | commitdiff | tree |
| 2022-08-12 |
Peter Eisentraut | pg_upgrade: Fix some minor code issues |
commit | commitdiff | tree |
| 2022-08-12 |
Peter Eisentraut | pg_upgrade: Remove unused typedef |
commit | commitdiff | tree |
| 2022-08-12 |
Bruce Momjian | doc: add missing role attributes to user management... |
commit | commitdiff | tree |
| 2022-08-12 |
Bruce Momjian | doc: add section about heap-only tuples (HOT) |
commit | commitdiff | tree |
| 2022-08-12 |
Bruce Momjian | doc: warn about security issues around log files |
commit | commitdiff | tree |
| 2022-08-12 |
Bruce Momjian | doc: clarify configuration file for Windows builds |
commit | commitdiff | tree |
| 2022-08-12 |
Bruce Momjian | doc: document the CREATE INDEX "USING" clause |
commit | commitdiff | tree |
| 2022-08-12 |
Bruce Momjian | doc: clarify CREATE TABLE AS ... IF NOT EXISTS |
commit | commitdiff | tree |
| 2022-08-12 |
Bruce Momjian | doc: improve wal_level docs for the 'minimal' level |
commit | commitdiff | tree |
| 2022-08-12 |
Bruce Momjian | doc: clarify DROP EXTENSION dependent members text |
commit | commitdiff | tree |
| 2022-08-12 |
Robert Haas | Avoid using a fake relcache entry to own an SmgrRelation. |
commit | commitdiff | tree |
| 2022-08-12 |
Alvaro Herrera | MERGE docs adjustments |
commit | commitdiff | tree |
| 2022-08-12 |
Alvaro Herrera | Reject MERGE in CTEs and COPY |
commit | commitdiff | tree |
| 2022-08-12 |
Peter Eisentraut | Fix _outConstraint() for "identity" constraints |
commit | commitdiff | tree |
| 2022-08-11 |
Robert Haas | Fix non-specific error message. |
commit | commitdiff | tree |
| 2022-08-11 |
Alvaro Herrera | struct PQWalReceiverFunctions: use designated initializers |
commit | commitdiff | tree |
| 2022-08-11 |
Peter Eisentraut | Add missing space in _outA_Const() output |
commit | commitdiff | tree |
| 2022-08-11 |
Amit Kapila | Fix catalog lookup with the wrong snapshot during logic... |
commit | commitdiff | tree |
| 2022-08-11 |
John Naylor | Optimize xid/subxid searches in XidInMVCCSnapshot(). |
commit | commitdiff | tree |
| 2022-08-10 |
Robert Haas | Move basebackup code to new directory src/backend/backup |
commit | commitdiff | tree |
| 2022-08-10 |
Tom Lane | Fix handling of R/W expanded datums that are passed... |
commit | commitdiff | tree |
| 2022-08-10 |
Daniel Gustafsson | Fix typo in test_oat_hooks README |
commit | commitdiff | tree |
| 2022-08-10 |
Amit Kapila | Improve the protocol message descriptions for 2PC logic... |
commit | commitdiff | tree |
| 2022-08-10 |
Peter Eisentraut | Remove unused short option from getopt_long() call |
commit | commitdiff | tree |
| 2022-08-10 |
John Naylor | Introduce optimized routine for linear searches of... |
commit | commitdiff | tree |
| 2022-08-10 |
Bruce Momjian | doc: mention that COPY MATCH requires columns _in_... |
commit | commitdiff | tree |
| 2022-08-09 |
Michael Paquier | Fix some inconsistencies with GUC categories |
commit | commitdiff | tree |
| 2022-08-09 |
John Naylor | Fix mismatched file identifications |
commit | commitdiff | tree |
| 2022-08-09 |
Thomas Munro | Fix obsolete comment in commit_ts.c. |
commit | commitdiff | tree |
| 2022-08-08 |
Thomas Munro | Fix obsolete comments in instr_time.h. |
commit | commitdiff | tree |
| 2022-08-08 |
Tom Lane | Fix MSVC build script's check for obsolete node support... |
commit | commitdiff | tree |
| 2022-08-08 |
Tom Lane | Stabilize output of new regression test. |
commit | commitdiff | tree |
| 2022-08-08 |
Tom Lane | In extensions, don't replace objects not belonging... |
commit | commitdiff | tree |
| 2022-08-07 |
Andres Freund | aix: fix misreading of condition in 8f12a4e7add |
commit | commitdiff | tree |
| 2022-08-07 |
Andres Freund | Trust a few system headers to stand on their own |
commit | commitdiff | tree |
| 2022-08-07 |
Andres Freund | solaris: Remove unnecessary gcc / gnu ld vs sun studio... |
commit | commitdiff | tree |
| 2022-08-07 |
Andres Freund | aix: Remove checks for very old OS versions |
commit | commitdiff | tree |
| 2022-08-07 |
Andres Freund | windows: Remove HAVE_MINIDUMP_TYPE test |
commit | commitdiff | tree |
| 2022-08-07 |
Andres Freund | Rely on __func__ being supported |
commit | commitdiff | tree |
| 2022-08-07 |
Alvaro Herrera | Remove unportable use of timezone in recent test |
commit | commitdiff | tree |
| 2022-08-07 |
Thomas Munro | Simplify replacement code for strtof. |
commit | commitdiff | tree |
| 2022-08-07 |
Thomas Munro | Simplify gettimeofday for Windows. |
commit | commitdiff | tree |
| 2022-08-06 |
Tom Lane | Fix function-defined-but-not-used warning. |
commit | commitdiff | tree |
| 2022-08-06 |
Tom Lane | Fix data-corruption hazard in WAL-logged CREATE DATABASE. |
commit | commitdiff | tree |
| 2022-08-06 |
Andres Freund | Simplify gettimeofday() fallback logic. |
commit | commitdiff | tree |
| 2022-08-06 |
Alvaro Herrera | Improve recently-added test reliability |
commit | commitdiff | tree |
| 2022-08-06 |
Michael Paquier | Fix comment in copyfrom_internal.h |
commit | commitdiff | tree |
| 2022-08-06 |
Thomas Munro | Replace pgwin32_is_junction() with lstat(). |
commit | commitdiff | tree |
| 2022-08-06 |
Thomas Munro | Make unlink() work for junction points on Windows. |
commit | commitdiff | tree |
| 2022-08-06 |
Thomas Munro | Provide lstat() for Windows. |
commit | commitdiff | tree |
| 2022-08-05 |
Thomas Munro | Remove fallbacks for strtoll, strtoull. |
commit | commitdiff | tree |
| 2022-08-05 |
Peter Geoghegan | Fix comments about deduplication updating page. |
commit | commitdiff | tree |
| 2022-08-05 |
Peter Geoghegan | Add missing parenthesis to max item size macro. |
commit | commitdiff | tree |
| 2022-08-05 |
Tom Lane | Partially undo commit 94da73281. |
commit | commitdiff | tree |
| 2022-08-05 |
Tom Lane | Fix handling of bare boolean expressions in mcv_get_mat... |
commit | commitdiff | tree |
| 2022-08-05 |
Tom Lane | Fix non-bulletproof ScalarArrayOpExpr code for extended... |
commit | commitdiff | tree |
| 2022-08-05 |
Alvaro Herrera | Backpatch addition of .git-blame-ignore-revs |
commit | commitdiff | tree |
| 2022-08-05 |
Tom Lane | Fix incorrect permissions-checking code for extended... |
commit | commitdiff | tree |
| 2022-08-05 |
Alvaro Herrera | BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking |
commit | commitdiff | tree |
| 2022-08-05 |
Noah Misch | Be more prescriptive in new doc about re-archiving... |
commit | commitdiff | tree |
| 2022-08-05 |
Alvaro Herrera | regress: fix test instability |
commit | commitdiff | tree |
| 2022-08-05 |
John Naylor | Simplify coding style of is_valid_ascii() |
commit | commitdiff | tree |
| next |