| 2021-01-28 |
Tom Lane | Silence another gcc 11 warning. |
commit | commitdiff | tree |
| 2021-01-28 |
Alvaro Herrera | Remove bogus restriction from BEFORE UPDATE triggers |
commit | commitdiff | tree |
| 2021-01-28 |
Tom Lane | Fix hash partition pruning with asymmetric partition... |
commit | commitdiff | tree |
| 2021-01-28 |
Tom Lane | Make ecpg's rjulmdy() and rmdyjul() agree with their... |
commit | commitdiff | tree |
| 2021-01-28 |
Alvaro Herrera | pgbench: Remove dead code |
commit | commitdiff | tree |
| 2021-01-28 |
Peter Eisentraut | Remove gratuitous uses of deprecated SELECT INTO |
commit | commitdiff | tree |
| 2021-01-28 |
Heikki Linnakangas | Add direct conversion routines between EUC_TW and Big5. |
commit | commitdiff | tree |
| 2021-01-28 |
Heikki Linnakangas | Add mbverifystr() functions specific to each encoding. |
commit | commitdiff | tree |
| 2021-01-28 |
Andrew Gierth | Don't add bailout adjustment for non-strict deserialize... |
commit | commitdiff | tree |
| 2021-01-28 |
Michael Paquier | Fix crash of pg_stat_statements_info() without library... |
commit | commitdiff | tree |
| 2021-01-28 |
Michael Paquier | Refactor SQL functions of SHA-2 in cryptohashfuncs.c |
commit | commitdiff | tree |
| 2021-01-27 |
Peter Geoghegan | Reduce the default value of vacuum_cost_page_miss. |
commit | commitdiff | tree |
| 2021-01-27 |
Robert Haas | In TrimCLOG(), don't reset XactCtl->shared->latest_page... |
commit | commitdiff | tree |
| 2021-01-27 |
Robert Haas | In clog_redo(), don't set XactCtl->shared->latest_page_... |
commit | commitdiff | tree |
| 2021-01-27 |
Tom Lane | Doc: improve documentation for UNNEST(). |
commit | commitdiff | tree |
| 2021-01-27 |
Robert Haas | Move StartupCLOG() calls to just after we initialize... |
commit | commitdiff | tree |
| 2021-01-27 |
Peter Geoghegan | Fix GiST index deletion assert issue. |
commit | commitdiff | tree |
| 2021-01-27 |
Michael Paquier | doc: Remove reference to views for TRUNCATE privilege |
commit | commitdiff | tree |
| 2021-01-27 |
Michael Paquier | Refactor code in tablecmds.c to check and process table... |
commit | commitdiff | tree |
| 2021-01-26 |
Tom Lane | Rethink recently-added SPI interfaces. |
commit | commitdiff | tree |
| 2021-01-26 |
Tom Lane | Suppress compiler warnings from commit ee895a655. |
commit | commitdiff | tree |
| 2021-01-26 |
Tom Lane | Code review for psql's helpSQL() function. |
commit | commitdiff | tree |
| 2021-01-26 |
Michael Paquier | Fix memory leak when deallocating prepared statement... |
commit | commitdiff | tree |
| 2021-01-26 |
Fujii Masao | postgres_fdw: Fix test failure with -DENFORCE_REGRESSIO... |
commit | commitdiff | tree |
| 2021-01-26 |
Fujii Masao | postgres_fdw: Stabilize regression test for postgres_fd... |
commit | commitdiff | tree |
| 2021-01-26 |
Fujii Masao | postgres_fdw: Add functions to discard cached connections. |
commit | commitdiff | tree |
| 2021-01-26 |
Tom Lane | Improve performance of repeated CALLs within plpgsql... |
commit | commitdiff | tree |
| 2021-01-25 |
Andres Freund | Fix two typos in snapbuild.c. |
commit | commitdiff | tree |
| 2021-01-25 |
Tom Lane | Don't clobber the calling user's credentials cache... |
commit | commitdiff | tree |
| 2021-01-25 |
Tom Lane | Fix broken ruleutils support for function TRANSFORM... |
commit | commitdiff | tree |
| 2021-01-25 |
Robert Haas | Remove CheckpointLock. |
commit | commitdiff | tree |
| 2021-01-25 |
Tom Lane | Doc: improve documentation of pg_proc.protrftypes. |
commit | commitdiff | tree |
| 2021-01-25 |
Peter Eisentraut | Remove duplicate include |
commit | commitdiff | tree |
| 2021-01-25 |
David Rowley | Fix hypothetical bug in heap backward scans |
commit | commitdiff | tree |
| 2021-01-25 |
Amit Kapila | Fix ALTER PUBLICATION...DROP TABLE behavior. |
commit | commitdiff | tree |
| 2021-01-24 |
Tom Lane | Make storage/standby.h compile standalone again. |
commit | commitdiff | tree |
| 2021-01-24 |
Tom Lane | Update time zone data files to tzdata release 2021a. |
commit | commitdiff | tree |
| 2021-01-24 |
Tom Lane | Add a simple test for contrib/auto_explain. |
commit | commitdiff | tree |
| 2021-01-24 |
Magnus Hagander | Remove make_diff set of tools |
commit | commitdiff | tree |
| 2021-01-24 |
Tom Lane | Doc: clean up contrib/pageinspect's GIST function docum... |
commit | commitdiff | tree |
| 2021-01-24 |
Tomas Vondra | Fix COPY FREEZE with CLOBBER_CACHE_ALWAYS |
commit | commitdiff | tree |
| 2021-01-23 |
Tom Lane | Doc: update example connection-failure messages in... |
commit | commitdiff | tree |
| 2021-01-23 |
Tom Lane | Update ecpg's connect-test1 for connection-failure... |
commit | commitdiff | tree |
| 2021-01-23 |
Michael Paquier | Introduce SHA1 implementations in the cryptohash infras... |
commit | commitdiff | tree |
| 2021-01-23 |
Tom Lane | Suppress bison warning in ecpg grammar. |
commit | commitdiff | tree |
| 2021-01-22 |
Tom Lane | Doc: improve directions for building on macOS. |
commit | commitdiff | tree |
| 2021-01-22 |
Tom Lane | Avoid redundantly prefixing PQerrorMessage for a connec... |
commit | commitdiff | tree |
| 2021-01-22 |
Tom Lane | Re-allow DISTINCT in pl/pgsql expressions. |
commit | commitdiff | tree |
| 2021-01-22 |
Tom Lane | Doc: remove misleading claim in documentation of PQreset(). |
commit | commitdiff | tree |
| 2021-01-22 |
Magnus Hagander | Remove reference to ftp servers from documentation |
commit | commitdiff | tree |
| 2021-01-22 |
Peter Eisentraut | Remove bogus tracepoint |
commit | commitdiff | tree |
| 2021-01-22 |
Heikki Linnakangas | doc: Copy-edit the "Overview of PostgreSQL Internals... |
commit | commitdiff | tree |
| 2021-01-22 |
Michael Paquier | Move SSL information callback earlier to capture more... |
commit | commitdiff | tree |
| 2021-01-21 |
Tom Lane | Improve new wording of libpq's connection failure messages. |
commit | commitdiff | tree |
| 2021-01-21 |
Tom Lane | Fix pull_varnos' miscomputation of relids set for a... |
commit | commitdiff | tree |
| 2021-01-21 |
Tomas Vondra | Fix initialization of FDW batching in ExecInitModifyTable |
commit | commitdiff | tree |
| 2021-01-21 |
Michael Paquier | Switch "cl /?" to "cl /help" in MSVC scripts for platfo... |
commit | commitdiff | tree |
| 2021-01-20 |
Tomas Vondra | Implement support for bulk inserts in postgres_fdw |
commit | commitdiff | tree |
| 2021-01-20 |
Tomas Vondra | psql \dX: list extended statistics objects |
commit | commitdiff | tree |
| 2021-01-20 |
Tom Lane | Further tweaking of PG_SYSROOT heuristics for macOS. |
commit | commitdiff | tree |
| 2021-01-20 |
Tom Lane | Disable vacuum page skipping in selected test cases. |
commit | commitdiff | tree |
| 2021-01-20 |
Heikki Linnakangas | Fix bug in detecting concurrent page splits in GiST... |
commit | commitdiff | tree |
| 2021-01-20 |
Thomas Munro | Fix sample output of EXPLAIN ANALYZE. |
commit | commitdiff | tree |
| 2021-01-20 |
Michael Paquier | Add regression test for DROP OWNED BY with default... |
commit | commitdiff | tree |
| 2021-01-20 |
Michael Paquier | Fix ALTER DEFAULT PRIVILEGES with duplicated objects |
commit | commitdiff | tree |
| 2021-01-19 |
Tom Lane | Remove faulty support for MergeAppend plan with WHERE... |
commit | commitdiff | tree |
| 2021-01-19 |
Peter Eisentraut | pageinspect: Change block number arguments to bigint |
commit | commitdiff | tree |
| 2021-01-19 |
Fujii Masao | doc: Add note about the server name of postgres_fdw_get... |
commit | commitdiff | tree |
| 2021-01-19 |
Amit Kapila | pgindent worker.c. |
commit | commitdiff | tree |
| 2021-01-18 |
Bruce Momjian | doc: adjust alignment of doc file list for "pg_waldump... |
commit | commitdiff | tree |
| 2021-01-18 |
Tom Lane | Avoid crash with WHERE CURRENT OF and a custom scan... |
commit | commitdiff | tree |
| 2021-01-18 |
Tom Lane | Narrow the scope of a local variable. |
commit | commitdiff | tree |
| 2021-01-18 |
Tom Lane | Add bytea equivalents of ltrim() and rtrim(). |
commit | commitdiff | tree |
| 2021-01-18 |
Robert Haas | Allow for error or refusal while absorbing a ProcSignal... |
commit | commitdiff | tree |
| 2021-01-18 |
Magnus Hagander | Bump PGSTAT_FILE_FORMAT_ID |
commit | commitdiff | tree |
| 2021-01-18 |
Heikki Linnakangas | Check for BuildIndexValueDescription returning NULL... |
commit | commitdiff | tree |
| 2021-01-18 |
Peter Eisentraut | Pause recovery for insufficient parameter settings |
commit | commitdiff | tree |
| 2021-01-18 |
Fujii Masao | postgres_fdw: Add function to list cached connections... |
commit | commitdiff | tree |
| 2021-01-18 |
Michael Paquier | Refactor option handling of CLUSTER, REINDEX and VACUUM |
commit | commitdiff | tree |
| 2021-01-17 |
Heikki Linnakangas | pageinspect: Fix relcache leak in gist_page_items(). |
commit | commitdiff | tree |
| 2021-01-17 |
Tomas Vondra | Set PD_ALL_VISIBLE and visibility map bits in COPY... |
commit | commitdiff | tree |
| 2021-01-17 |
Tom Lane | Add missing array-enlargement logic to test_regex.c. |
commit | commitdiff | tree |
| 2021-01-17 |
Magnus Hagander | Add documentation chapter about checksums |
commit | commitdiff | tree |
| 2021-01-17 |
Tomas Vondra | Revert "psql \dX: list extended statistics objects" |
commit | commitdiff | tree |
| 2021-01-17 |
Magnus Hagander | Add --no-instructions parameter to initdb |
commit | commitdiff | tree |
| 2021-01-17 |
Magnus Hagander | Add pg_stat_database counters for sessions and session... |
commit | commitdiff | tree |
| 2021-01-16 |
Tomas Vondra | psql \dX: list extended statistics objects |
commit | commitdiff | tree |
| 2021-01-16 |
Jeff Davis | Documenation fixups for replication protocol. |
commit | commitdiff | tree |
| 2021-01-16 |
Noah Misch | Fix pg_dump for GRANT OPTION among initial privileges. |
commit | commitdiff | tree |
| 2021-01-16 |
Noah Misch | Prevent excess SimpleLruTruncate() deletion. |
commit | commitdiff | tree |
| 2021-01-16 |
Amit Kapila | Remove unnecessary pstrdup in fetch_table_list. |
commit | commitdiff | tree |
| 2021-01-15 |
Tomas Vondra | Disallow CREATE STATISTICS on system catalogs |
commit | commitdiff | tree |
| 2021-01-15 |
Tom Lane | Improve our heuristic for selecting PG_SYSROOT on macOS. |
commit | commitdiff | tree |
| 2021-01-15 |
Alvaro Herrera | Avoid spurious wait in concurrent reindex |
commit | commitdiff | tree |
| 2021-01-15 |
Fujii Masao | Fix calculation of how much shared memory is required... |
commit | commitdiff | tree |
| 2021-01-15 |
Michael Paquier | Remove PG_SHA*_DIGEST_STRING_LENGTH from sha2.h |
commit | commitdiff | tree |
| 2021-01-15 |
Michael Paquier | Fix O(N^2) stat() calls when recycling WAL segments |
commit | commitdiff | tree |
| 2021-01-15 |
Fujii Masao | postgres_fdw: Save foreign server OID in connection... |
commit | commitdiff | tree |
| 2021-01-14 |
Tom Lane | pg_dump: label PUBLICATION TABLE ArchiveEntries with... |
commit | commitdiff | tree |
| 2021-01-14 |
Alvaro Herrera | Prevent drop of tablespaces used by partitioned relations |
commit | commitdiff | tree |
| next |