aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Convert tab-complete's long else-if chain to a switch statement.Tom Lane2024-10-07
* Prepare tab-complete.c for preprocessing.Tom Lane2024-10-07
* Invent "MatchAnyN" option for tab-complete.c's Matches/MatchesCS.Tom Lane2024-10-07
* Restrict password hash length.Nathan Bossart2024-10-07
* Fix fetching default toast value during decoding of in-progress transactions.Amit Kapila2024-10-07
* Use camel case for "DateStyle" in some error messagesMichael Paquier2024-10-07
* Ignore not-yet-defined Portals in pg_cursors view.Tom Lane2024-10-06
* Move Cluster.pm initialization code to a more obvious placeAndrew Dunstan2024-10-06
* libpq: Discard leading and trailing spaces for parameters and values in URIsMichael Paquier2024-10-06
* Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.Tom Lane2024-10-05
* Clean up WaitLatch calls that passed latch without WL_LATCH_SETHeikki Linnakangas2024-10-05
* Remove unneeded #includeHeikki Linnakangas2024-10-05
* Remove unused latchHeikki Linnakangas2024-10-05
* Reject non-ASCII locale names.Thomas Munro2024-10-05
* ecpg: avoid adding whitespace around '&' in connection URLs.Tom Lane2024-10-04
* Rename PageData to GenericXLogPageDataPeter Eisentraut2024-10-04
* Speed up numeric division by always using the "fast" algorithm.Dean Rasheed2024-10-04
* Remove assertion checking query ID in execMain.cMichael Paquier2024-10-04
* Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE.Dean Rasheed2024-10-03
* Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE.Dean Rasheed2024-10-03
* Replace Unicode apostrophe with ASCII apostropheAmit Langote2024-10-03
* Refactor CopyFrom() in copyfrom.c.Fujii Masao2024-10-03
* Add log_verbosity = 'silent' support to COPY command.Fujii Masao2024-10-03
* Fix expression list handling in ATExecAttachPartition()Amit Langote2024-10-03
* Remove support for unlogged on partitioned tablesMichael Paquier2024-10-03
* Adjust json_manifest_per_file_callback API in one more place.Tom Lane2024-10-02
* Parse libpq's "keepalives" option more like other integer options.Tom Lane2024-10-02
* File size in a backup manifest should use uint64, not size_t.Robert Haas2024-10-02
* Add fastpaths for when no objects are foundDaniel Gustafsson2024-10-02
* Remove superfluous PQExpBuffer resettingDaniel Gustafsson2024-10-02
* Fix inconsistent reporting of checkpointer stats.Fujii Masao2024-10-02
* Reject a copy EOF marker that has data ahead of it on the same line.Tom Lane2024-10-01
* initdb: Add new option "--no-data-checksums"Peter Eisentraut2024-10-01
* Use macro to define the number of enum valuesPeter Eisentraut2024-10-01
* Fix some pg_verifybackup issues reported by Coverity.Robert Haas2024-10-01
* Simplify checking for xlocale.hPeter Eisentraut2024-10-01
* jit: Use opaque pointers in all supported LLVM versions.Peter Eisentraut2024-10-01
* jit: Require at least LLVM 14, if enabled.Peter Eisentraut2024-10-01
* Fix race condition in COMMIT PREPARED causing orphaned 2PC filesMichael Paquier2024-10-01
* Expand assertion check for query ID reporting in executorMichael Paquier2024-10-01
* Add missing command for pg_maintain in commentDaniel Gustafsson2024-10-01
* Do not treat \. as an EOF marker in CSV mode for COPY IN.Tom Lane2024-09-30
* Remove incorrect entries in pg_walsummary's getopt_long call.Tom Lane2024-09-30
* Don't disallow DROP of constraints ONLY on partitioned tablesAlvaro Herrera2024-09-30
* Bump catalog version for change in VariableSetStmtMichael Paquier2024-09-30
* Show values of SET statements as constants in pg_stat_statementsMichael Paquier2024-09-30
* Add num_done counter to the pg_stat_checkpointer view.Fujii Masao2024-09-30
* reindexdb: Skip reindexing temporary tables and indexes.Fujii Masao2024-09-30
* Set query ID in parallel workers for vacuum, BRIN and btreeMichael Paquier2024-09-30
* Remove NULL dereference from RenameRelationInternal().Noah Misch2024-09-29