aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Disallow modifying statistics on system columns.Jeff Davis2024-11-22
* Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.Nathan Bossart2024-11-22
* Add a couple of recent commits to .git-blame-ignore-revs.Nathan Bossart2024-11-22
* Make the memory layout of Port struct independent of USE_OPENSSLHeikki Linnakangas2024-11-22
* Fix data loss when restarting the bulk_write facilityHeikki Linnakangas2024-11-22
* Use auxv to check for CRC32 instructions on ARM.Thomas Munro2024-11-22
* psql: Fix category of \parse in output of --help=commands and \?Michael Paquier2024-11-22
* psql: Include \pset xheader_width in --help=commands|variablesMichael Paquier2024-11-22
* jit: Use -mno-outline-atomics for bitcode on ARM.Thomas Munro2024-11-22
* Add write_to_file to PgStat_KindInfo for pgstats kindsMichael Paquier2024-11-22
* doc: clarify how logical replication takes its initial snapshotBruce Momjian2024-11-21
* pgindent runPeter Eisentraut2024-11-21
* Fix newly introduced 010_keep_recycled_wals.plÁlvaro Herrera2024-11-21
* Fix outdated bit in README.tuplockÁlvaro Herrera2024-11-21
* Fix ALTER TABLE / REPLICA IDENTITY for temporal tablesPeter Eisentraut2024-11-21
* Unify repetitive error messagesÁlvaro Herrera2024-11-21
* Fix memory leak in pgoutput for the WAL senderMichael Paquier2024-11-21
* More logically order libpq func. includes, e.g., group GUC valsBruce Momjian2024-11-20
* doc: clarify that jsonb_path_match() returns an SQL booleanBruce Momjian2024-11-20
* clarify --no-comments option in --help and SGML filesBruce Momjian2024-11-20
* Refine nbtree = redundancy preprocessing comment.Peter Geoghegan2024-11-20
* Avoid assertion failure if a setop leaf query contains setops.Tom Lane2024-11-20
* file_fdw: Add REJECT_LIMIT option to file_fdw.Fujii Masao2024-11-20
* doc: Fix section of functions age(xid) and mxid_age(xid)Michael Paquier2024-11-20
* Compare collations before merging UNION operations.Tom Lane2024-11-19
* Improve error message for database object stats manipulation functions.Fujii Masao2024-11-20
* libpq: Improve error message when parsing URI parameters and keywordsMichael Paquier2024-11-19
* doc: clarify pg_dump --no-comments meaning as SQL commentsBruce Momjian2024-11-18
* doc: clarify text about combining row-level policiesBruce Momjian2024-11-18
* nbtree: consistently use minoff variable.Peter Geoghegan2024-11-18
* Improve some code format in gist.cMichael Paquier2024-11-18
* Use pg_memory_is_all_zeros() in PageIsVerifiedExtended()Michael Paquier2024-11-18
* Optimize pg_memory_is_all_zeros() in memutils.hMichael Paquier2024-11-18
* Fix per-session activation of ALTER {ROLE|DATABASE} SET role.Noah Misch2024-11-15
* Fix a possibility of logical replication slot's restart_lsn going backwards.Masahiko Sawada2024-11-15
* Avoid assertion due to disconnected NFA sub-graphs in regex parsing.Tom Lane2024-11-15
* Remove unnecessary backslash from CopyFrom() code.Fujii Masao2024-11-16
* Fix collation handling for foreign keysPeter Eisentraut2024-11-15
* Avoid deleting critical WAL segments during pg_rewindÁlvaro Herrera2024-11-15
* Proper object locking for GRANT/REVOKEPeter Eisentraut2024-11-15
* jit: Stop emitting some unnecessary instructionsHeikki Linnakangas2024-11-15
* Add an assertion in get_object_address()Peter Eisentraut2024-11-15
* Fix race conditions with drop of reused pgstats entriesMichael Paquier2024-11-15
* Pass MyPMChildSlot as an explicit argument to child processHeikki Linnakangas2024-11-14
* Assign a child slot to every postmaster child processHeikki Linnakangas2024-11-14
* Kill dead-end children when there's nothing else leftHeikki Linnakangas2024-11-14
* Replace postmaster.c's own backend type codes with BackendTypeHeikki Linnakangas2024-11-14
* Remove a useless cast to (void *) in hash_search() callPeter Eisentraut2024-11-14
* contrib/lo: Use SQL-standard function bodiesMichael Paquier2024-11-14
* xml2: Add tests for functions xpath_nodeset() and xpath_list()Michael Paquier2024-11-14