2025-07-03 |
Fujii Masao | doc: Remove incorrect note about wal_status in pg_repli... |
commit | commitdiff | tree |
2025-07-03 |
Fujii Masao | Support multi-line headers in COPY FROM command. |
commit | commitdiff | tree |
2025-07-03 |
Michael Paquier | Improve checks for GUC recovery_target_timeline |
commit | commitdiff | tree |
2025-07-03 |
Richard Guo | Enable use of Memoize for ANTI joins |
commit | commitdiff | tree |
2025-07-02 |
Michael Paquier | Add InjectionPointList() to retrieve list of injection... |
commit | commitdiff | tree |
2025-07-02 |
Tom Lane | Correctly copy the target host identification in PQcanc... |
commit | commitdiff | tree |
2025-07-02 |
Nathan Bossart | Fix cross-version upgrade test breakage from commit... |
commit | commitdiff | tree |
2025-07-02 |
Nathan Bossart | Make more use of RELATION_IS_OTHER_TEMP(). |
commit | commitdiff | tree |
2025-07-02 |
Nathan Bossart | Add GetNamedDSA() and GetNamedDSHash(). |
commit | commitdiff | tree |
2025-07-02 |
Peter Geoghegan | Update obsolete row compare preprocessing comments. |
commit | commitdiff | tree |
2025-07-02 |
Tom Lane | Allow width_bucket()'s "operand" input to be NaN. |
commit | commitdiff | tree |
2025-07-02 |
Γlvaro Herrera | Fix error message for ALTER CONSTRAINT ... NOT VALID |
commit | commitdiff | tree |
2025-07-02 |
Peter Geoghegan | Make row compares robust during nbtree array scans. |
commit | commitdiff | tree |
2025-07-02 |
Peter Geoghegan | Make handling of redundant nbtree keys more robust. |
commit | commitdiff | tree |
2025-07-02 |
Daniel Gustafsson | doc: pg_buffercache documentation wordsmithing |
commit | commitdiff | tree |
2025-07-02 |
Peter Eisentraut | meson: Increase minimum version to 0.57.2 |
commit | commitdiff | tree |
2025-07-02 |
Peter Eisentraut | Reformat some node comments |
commit | commitdiff | tree |
2025-07-02 |
Masahiko Sawada | Fix missing FSM vacuum opportunities on tables without... |
commit | commitdiff | tree |
2025-07-02 |
John Naylor | Remove implicit cast from 'void *' |
commit | commitdiff | tree |
2025-07-02 |
Michael Paquier | Fix bug in archive streamer with LZ4 decompression |
commit | commitdiff | tree |
2025-07-02 |
Michael Paquier | Move code for the bytea data type from varlena.c to... |
commit | commitdiff | tree |
2025-07-01 |
Michael Paquier | Show sizes of FETCH queries as constants in pg_stat_sta... |
commit | commitdiff | tree |
2025-07-01 |
Peter Eisentraut | Update comment for IndexInfo.ii_NullsNotDistinct |
commit | commitdiff | tree |
2025-07-01 |
Nathan Bossart | Add commit 9e345415bc to .git-blame-ignore-revs. |
commit | commitdiff | tree |
2025-07-01 |
Nathan Bossart | Make more use of binaryheap_empty() and binaryheap_size(). |
commit | commitdiff | tree |
2025-07-01 |
Nathan Bossart | Document pg_get_multixact_members(). |
commit | commitdiff | tree |
2025-07-01 |
Peter Eisentraut | Update comment for IndexInfo.ii_WithoutOverlaps |
commit | commitdiff | tree |
2025-07-01 |
Peter Eisentraut | Fix outdated comment for IndexInfo |
commit | commitdiff | tree |
2025-07-01 |
Peter Eisentraut | Improve code comment |
commit | commitdiff | tree |
2025-07-01 |
Tom Lane | Make sure IOV_MAX is defined. |
commit | commitdiff | tree |
2025-07-01 |
Tom Lane | Make safeguard against incorrect flags for fsync more... |
commit | commitdiff | tree |
2025-07-01 |
Jeff Davis | Remove provider field from pg_locale_t. |
commit | commitdiff | tree |
2025-07-01 |
Jeff Davis | Control ctype behavior internally with a method table. |
commit | commitdiff | tree |
2025-07-01 |
Jeff Davis | Use pg_ascii_tolower()/pg_ascii_toupper() where appropr... |
commit | commitdiff | tree |
2025-07-01 |
Tomas Vondra | Fix indentation in pg_numa code |
commit | commitdiff | tree |
2025-07-01 |
Tomas Vondra | Add CHECK_FOR_INTERRUPTS into pg_numa_query_pages |
commit | commitdiff | tree |
2025-07-01 |
Tomas Vondra | Silence valgrind about pg_numa_touch_mem_if_required |
commit | commitdiff | tree |
2025-07-01 |
Peter Eisentraut | amcheck: Improve confusing message |
commit | commitdiff | tree |
2025-07-01 |
Tomas Vondra | Limit the size of numa_move_pages requests |
commit | commitdiff | tree |
2025-07-01 |
Amit Kapila | Fix typo in pg_publication.h. |
commit | commitdiff | tree |
2025-07-01 |
Peter Eisentraut | doc: TOAST not toast |
commit | commitdiff | tree |
2025-07-01 |
Peter Eisentraut | Enable MSVC conforming preprocessor |
commit | commitdiff | tree |
2025-07-01 |
Michael Paquier | xml2: Improve error handling of libxml2 calls |
commit | commitdiff | tree |
2025-07-01 |
Amit Langote | Fix typos in comments |
commit | commitdiff | tree |
2025-07-01 |
Michael Paquier | Fix typo in system_views.sql's definition of pg_stat_ac... |
commit | commitdiff | tree |
2025-06-30 |
Michael Paquier | Improve error handling of libxml2 calls in xml.c |
commit | commitdiff | tree |
2025-06-30 |
Tom Lane | Improve error report for PL/pgSQL reserved word used... |
commit | commitdiff | tree |
2025-06-30 |
Tom Lane | De-reserve keywords EXECUTE and STRICT in PL/pgSQL. |
commit | commitdiff | tree |
2025-06-30 |
Nathan Bossart | Add new OID alias type regdatabase. |
commit | commitdiff | tree |
2025-06-30 |
Andres Freund | aio: Fix reference to outdated name |
commit | commitdiff | tree |
2025-06-30 |
Andrew Dunstan | Avoid uninitialized value error in TAP tests' Cluster... |
commit | commitdiff | tree |
2025-06-30 |
Peter Eisentraut | pgflex: propagate environment to flex subprocess |
commit | commitdiff | tree |
2025-06-30 |
Peter Eisentraut | Remove unused #include's in src/backend/utils/adt/* |
commit | commitdiff | tree |
2025-06-30 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
2025-06-30 |
Fujii Masao | psql: Improve tab completion for COPY command. |
commit | commitdiff | tree |
2025-06-30 |
Peter Eisentraut | doc: explain pgstatindex fragmentation |
commit | commitdiff | tree |
2025-06-30 |
Peter Eisentraut | pgbench: Use standard option handling test routines |
commit | commitdiff | tree |
2025-06-30 |
Peter Eisentraut | doc: Some copy-editing around prefix operators |
commit | commitdiff | tree |
2025-06-30 |
Daniel Gustafsson | doc: Fix typo in pg_sync_replication_slots documentation |
commit | commitdiff | tree |
2025-06-30 |
Michael Paquier | Rationalize handling of VacuumParams |
commit | commitdiff | tree |
2025-06-30 |
Michael Paquier | Align log_line_prefix in CI and TAP tests with pg_regress.c |
commit | commitdiff | tree |
2025-06-30 |
Joe Conway | Stamp HEAD as 19devel. |
commit | commitdiff | tree |
2025-06-30 |
Joe Conway | Do pre-release housekeeping on catalog data. |
commit | commitdiff | tree |
2025-06-30 |
Joe Conway | Run pgperltidy |
commit | commitdiff | tree |
2025-06-29 |
Tom Lane | Fix some new issues with planning of PlaceHolderVars. |
commit | commitdiff | tree |
2025-06-29 |
Tom Lane | Obtain required table lock during cross-table constrain... |
commit | commitdiff | tree |
2025-06-29 |
Peter Eisentraut | pg_recvlogical: Rename --two-phase and --failover options. |
commit | commitdiff | tree |
2025-06-28 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree |
2025-06-27 |
Nathan Bossart | Use correct DatumGet*() function in test_shm_mq_main(). |
commit | commitdiff | tree |
2025-06-27 |
Alexander Korotkov | Fix CheckPointReplicationSlots() with max_replication_s... |
commit | commitdiff | tree |
2025-06-27 |
Michael Paquier | Correct list of files in src/backend/lib/README |
commit | commitdiff | tree |
2025-06-26 |
Peter Eisentraut | libpq: Message style improvements |
commit | commitdiff | tree |
2025-06-26 |
Peter Eisentraut | Correct misleading error messages |
commit | commitdiff | tree |
2025-06-26 |
Melanie Plageman | Remove unused check in heap_xlog_insert() |
commit | commitdiff | tree |
2025-06-26 |
Melanie Plageman | Simplify vacuum VM update logging counters |
commit | commitdiff | tree |
2025-06-26 |
Γlvaro Herrera | Fix typo in comment |
commit | commitdiff | tree |
2025-06-26 |
Γlvaro Herrera | docs: fix typo |
commit | commitdiff | tree |
2025-06-26 |
Γlvaro Herrera | pg_dump: include comments on valid not-null constraints... |
commit | commitdiff | tree |
2025-06-26 |
Fujii Masao | Make CREATE TABLE LIKE copy comments on NOT NULL constr... |
commit | commitdiff | tree |
2025-06-26 |
Dean Rasheed | doc: Updates for RETURNING OLD/NEW. |
commit | commitdiff | tree |
2025-06-26 |
Dean Rasheed | doc: Fix indentation of MERGE synopsis. |
commit | commitdiff | tree |
2025-06-26 |
Richard Guo | Expand virtual generated columns for ALTER COLUMN TYPE |
commit | commitdiff | tree |
2025-06-25 |
Peter Eisentraut | doc: Some copy-editing around constraint validation... |
commit | commitdiff | tree |
2025-06-25 |
Peter Eisentraut | pg_createsubscriber: Rename option --remove to --clean |
commit | commitdiff | tree |
2025-06-25 |
Peter Eisentraut | Restrict virtual columns to use built-in functions... |
commit | commitdiff | tree |
2025-06-25 |
Amit Kapila | Doc: Improve documentation of stream abort. |
commit | commitdiff | tree |
2025-06-25 |
Michael Paquier | Avoid scribbling of VACUUM options |
commit | commitdiff | tree |
2025-06-25 |
Fujii Masao | doc: Fix type description of io_workers GUC for consist... |
commit | commitdiff | tree |
2025-06-25 |
Fujii Masao | doc: Mention ANALYZE VERBOSE in track_cost_delay_timing... |
commit | commitdiff | tree |
2025-06-24 |
Fujii Masao | doc: Add secondary index entries for vacuum-related... |
commit | commitdiff | tree |
2025-06-24 |
Tom Lane | Prevent excessive delays before launching new logrep... |
commit | commitdiff | tree |
2025-06-24 |
Γlvaro Herrera | Make query jumbling also squash PARAM_EXTERN params |
commit | commitdiff | tree |
2025-06-24 |
Γlvaro Herrera | Improve jumble squashing through CoerceViaIO and Relabe... |
commit | commitdiff | tree |
2025-06-24 |
Melanie Plageman | Test that vacuum removes tuples older than OldestXmin |
commit | commitdiff | tree |
2025-06-24 |
Daniel Gustafsson | doc: Remove dead link to NewbieDoc Docbook Guide |
commit | commitdiff | tree |
2025-06-24 |
Peter Eisentraut | Fix virtual generated column type checking for ALTER... |
commit | commitdiff | tree |
2025-06-24 |
Fujii Masao | doc: Fix incorrect UUID index entry in function documen... |
commit | commitdiff | tree |
2025-06-24 |
Amit Kapila | Fix missing comment update in 1462aad2e4. |
commit | commitdiff | tree |
2025-06-24 |
Michael Paquier | psql: Rename meta-command \close to \close_prepared |
commit | commitdiff | tree |
2025-06-23 |
Alexander Korotkov | Temporarily remove 046_checkpoint_logical_slot.pl |
commit | commitdiff | tree |
next |