| 2022-08-19 |
David Rowley | Remove shadowed local variables that are new in v15 |
commit | commitdiff | tree |
| 2022-08-19 |
Peter Geoghegan | Avoid reltuples distortion in very small tables. |
commit | commitdiff | tree |
| 2022-08-19 |
Peter Eisentraut | Move a definition inside a header file |
commit | commitdiff | tree |
| 2022-08-19 |
Michael Paquier | doc: Improve some markups and some wording around archi... |
commit | commitdiff | tree |
| 2022-08-19 |
Peter Geoghegan | Initialize index stats during parallel VACUUM. |
commit | commitdiff | tree |
| 2022-08-18 |
Jeff Davis | Use correct LSN for error reporting in pg_walinspect |
commit | commitdiff | tree |
| 2022-08-18 |
Robert Haas | Bump catversion for 6566133c5f52771198aca07ed18f84519fa... |
commit | commitdiff | tree |
| 2022-08-18 |
Andres Freund | Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.h |
commit | commitdiff | tree |
| 2022-08-18 |
Robert Haas | Ensure that pg_auth_members.grantor is always valid. |
commit | commitdiff | tree |
| 2022-08-18 |
Tom Lane | Improve performance of adjust_appendrel_attrs_multilevel. |
commit | commitdiff | tree |
| 2022-08-18 |
Robert Haas | Adjust assertion in XLogDecodeNextRecord. |
commit | commitdiff | tree |
| 2022-08-18 |
Tom Lane | Fix subtly-incorrect matching of parent and child parti... |
commit | commitdiff | tree |
| 2022-08-18 |
Robert Haas | When using the WAL-logged CREATE DATABASE strategy... |
commit | commitdiff | tree |
| 2022-08-18 |
Tom Lane | Remove unused configure variable. |
commit | commitdiff | tree |
| 2022-08-18 |
Peter Eisentraut | Simplify and clarify an error message |
commit | commitdiff | tree |
| 2022-08-18 |
Thomas Munro | mstcpip.h is not missing on MinGW. |
commit | commitdiff | tree |
| 2022-08-18 |
Thomas Munro | Remove configure probe for netinet/tcp.h. |
commit | commitdiff | tree |
| 2022-08-18 |
Thomas Munro | Fix macro problem with gai_strerror on Windows. |
commit | commitdiff | tree |
| 2022-08-18 |
Thomas Munro | Remove configure probe for sys/sockio.h. |
commit | commitdiff | tree |
| 2022-08-18 |
Thomas Munro | Remove configure probe for net/if.h. |
commit | commitdiff | tree |
| 2022-08-18 |
Thomas Munro | Remove dead ifaddr.c fallback code. |
commit | commitdiff | tree |
| 2022-08-18 |
John Naylor | Update comment in gramparse.h |
commit | commitdiff | tree |
| 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 |
| next |