projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2025-01-31
Amit Langote
Fix bad indentation introduced in commit d47cbf474
commit
|
commitdiff
|
tree
2025-01-31
Amit Langote
Perform runtime initial pruning outside ExecInitNode()
commit
|
commitdiff
|
tree
2025-01-31
Amit Kapila
Raise an error while trying to acquire an invalid slot.
commit
|
commitdiff
|
tree
2025-01-31
Michael Paquier
injection_points: Add routine able to drop all stats
commit
|
commitdiff
|
tree
2025-01-31
Michael Paquier
Add pgstat_drop_matching_entries() to pgstats
commit
|
commitdiff
|
tree
2025-01-31
Michael Paquier
Fix comment of StrategySyncStart()
commit
|
commitdiff
|
tree
2025-01-30
Tom Lane
Use "ssize_t" not "long" in max_stack_depth-related...
commit
|
commitdiff
|
tree
2025-01-30
Tom Lane
Avoid integer overflow while testing wal_skip_threshold...
commit
|
commitdiff
|
tree
2025-01-30
Melanie Plageman
Move BitmapTableScan per-scan setup into a helper
commit
|
commitdiff
|
tree
2025-01-30
Tom Lane
Simplify executor's handling of CaseTestExpr & CoerceTo...
commit
|
commitdiff
|
tree
2025-01-30
Amit Kapila
Doc: Generated column replication.
commit
|
commitdiff
|
tree
2025-01-30
Amit Langote
Move PartitionPruneInfo out of plan nodes into PlannedStmt
commit
|
commitdiff
|
tree
2025-01-29
Tom Lane
Require callers of coerce_to_domain() to supply base...
commit
|
commitdiff
|
tree
2025-01-29
Tom Lane
Handle default NULL insertion a little better.
commit
|
commitdiff
|
tree
2025-01-29
Tom Lane
Avoid breaking SJIS encoding while de-backslashing...
commit
|
commitdiff
|
tree
2025-01-29
Tom Lane
Make BufferIsExclusiveLocked and BufferIsDirty work...
commit
|
commitdiff
|
tree
2025-01-29
John Naylor
Fix grammatical typos around possessive "its"
commit
|
commitdiff
|
tree
2025-01-29
John Naylor
Revert "Speed up tail processing when hashing aligned...
commit
|
commitdiff
|
tree
2025-01-28
Michael Paquier
Improve test coverage of network address functions
commit
|
commitdiff
|
tree
2025-01-28
Amit Kapila
Rename pubgencols_type to pubgencols in pg_publication.
commit
|
commitdiff
|
tree
2025-01-28
Michael Paquier
Track per-relation cumulative time spent in [auto]vacuu...
commit
|
commitdiff
|
tree
2025-01-27
Peter Eisentraut
doc: Meson is not experimental on Windows
commit
|
commitdiff
|
tree
2025-01-27
Michael Paquier
Print out error position for some ALTER TABLE ALTER...
commit
|
commitdiff
|
tree
2025-01-26
Michael Paquier
pg_amcheck: Fix test failure on Windows with non-existi...
commit
|
commitdiff
|
tree
2025-01-26
Noah Misch
Test postmaster with program_options_handling_ok()...
commit
|
commitdiff
|
tree
2025-01-26
Álvaro Herrera
Add missing CommandCounterIncrement
commit
|
commitdiff
|
tree
2025-01-25
Noah Misch
At update of non-LP_NORMAL TID, fail instead of corrupt...
commit
|
commitdiff
|
tree
2025-01-25
Noah Misch
Merge copies of converting an XID to a FullTransactionId.
commit
|
commitdiff
|
tree
2025-01-25
Noah Misch
Disable runningcheck for src/test/modules/injection_poi...
commit
|
commitdiff
|
tree
2025-01-25
Noah Misch
Test ECPG decadd(), decdiv(), decmul(), and decsub...
commit
|
commitdiff
|
tree
2025-01-25
Tom Lane
Doc: recommend "psql -X" for restoring pg_dump scripts.
commit
|
commitdiff
|
tree
2025-01-25
Andres Freund
Change shutdown sequence to terminate checkpointer...
commit
|
commitdiff
|
tree
2025-01-25
Tom Lane
Tighten pg_restore's recognition of its -F (format...
commit
|
commitdiff
|
tree
2025-01-25
Jeff Davis
Fix PDF doc build.
commit
|
commitdiff
|
tree
2025-01-25
Tomas Vondra
Use the correct sizeof() in BufFileLoadBuffer
commit
|
commitdiff
|
tree
2025-01-24
Jeff Davis
Add SQL function CASEFOLD().
commit
|
commitdiff
|
tree
2025-01-24
Andres Freund
postmaster: Adjust which processes we expect to have...
commit
|
commitdiff
|
tree
2025-01-24
Andres Freund
postmaster: Commonalize FatalError paths
commit
|
commitdiff
|
tree
2025-01-24
Andres Freund
postmaster: Move code to switch into FatalError state...
commit
|
commitdiff
|
tree
2025-01-24
Andres Freund
postmaster: Don't repeatedly transition to crashing...
commit
|
commitdiff
|
tree
2025-01-24
Andres Freund
postmaster: Don't open-code TerminateChildren() in...
commit
|
commitdiff
|
tree
2025-01-24
Andres Freund
checkpointer: Request checkpoint via latch instead...
commit
|
commitdiff
|
tree
2025-01-24
Tom Lane
Make jsonb casts to scalar types translate JSON null...
commit
|
commitdiff
|
tree
2025-01-24
Peter Eisentraut
Fix copy-and-paste typo
commit
|
commitdiff
|
tree
2025-01-24
Daniel Gustafsson
pgcrypto: Make it possible to disable built-in crypto
commit
|
commitdiff
|
tree
2025-01-24
Daniel Gustafsson
pgcrypto: Add function to check FIPS mode
commit
|
commitdiff
|
tree
2025-01-24
Álvaro Herrera
Fix instability in recently added regression tests
commit
|
commitdiff
|
tree
2025-01-24
Peter Eisentraut
Convert sepgsql tests to TAP
commit
|
commitdiff
|
tree
2025-01-24
Peter Eisentraut
meson: Fix sepgsql installation
commit
|
commitdiff
|
tree
2025-01-24
Michael Paquier
initdb: Convert tests to use long options with fat...
commit
|
commitdiff
|
tree
2025-01-24
Peter Eisentraut
Return yyparse() result not via global variable
commit
|
commitdiff
|
tree
2025-01-24
Amit Kapila
Doc: Fix a typo introduced in 4a0e7314f1.
commit
|
commitdiff
|
tree
2025-01-24
Amit Kapila
Doc: Fix column name in pg_publication catalog.
commit
|
commitdiff
|
tree
2025-01-23
Tom Lane
Don't ask for bug reports about pthread_is_threaded_np...
commit
|
commitdiff
|
tree
2025-01-23
Tom Lane
Ensure that AFTER triggers run as the instigating user.
commit
|
commitdiff
|
tree
2025-01-23
Jeff Davis
Add support for Unicode case folding.
commit
|
commitdiff
|
tree
2025-01-23
Tom Lane
Reverse the search order in afterTriggerAddEvent().
commit
|
commitdiff
|
tree
2025-01-23
Álvaro Herrera
Allow NOT VALID foreign key constraints on partitioned...
commit
|
commitdiff
|
tree
2025-01-23
Amit Kapila
Fix buildfarm failure introduced by commit e65dbc9927.
commit
|
commitdiff
|
tree
2025-01-23
Peter Eisentraut
Convert macros to static inline functions (htup_details...
commit
|
commitdiff
|
tree
2025-01-23
Peter Eisentraut
Add some const decorations (htup.h)
commit
|
commitdiff
|
tree
2025-01-23
Amit Kapila
Change publication's publish_generated_columns option...
commit
|
commitdiff
|
tree
2025-01-23
Michael Paquier
Add error pattern checks for some TAP tests for non...
commit
|
commitdiff
|
tree
2025-01-23
Michael Paquier
Improve TAP tests of pg_basebackup
commit
|
commitdiff
|
tree
2025-01-22
Tom Lane
Support RN (roman-numeral format) in to_number().
commit
|
commitdiff
|
tree
2025-01-22
Nathan Bossart
Fix comment about AVX-512 popcount support.
commit
|
commitdiff
|
tree
2025-01-22
Tom Lane
Repair incorrect handling of AfterTriggerSharedData...
commit
|
commitdiff
|
tree
2025-01-22
Amit Kapila
Fix \dRp+ output when describing publications with...
commit
|
commitdiff
|
tree
2025-01-22
Peter Eisentraut
Additional tests for stored generated columns
commit
|
commitdiff
|
tree
2025-01-22
Michael Paquier
Improve grammar of options for command arrays in TAP...
commit
|
commitdiff
|
tree
2025-01-22
Amit Kapila
Doc: Update the interaction of tablesync with wal_retri...
commit
|
commitdiff
|
tree
2025-01-22
Michael Paquier
Run perltidy
commit
|
commitdiff
|
tree
2025-01-21
Tom Lane
Doc: simplify the tutorial's window-function examples.
commit
|
commitdiff
|
tree
2025-01-21
Álvaro Herrera
Reword recent error messages: "should" -> "must"
commit
|
commitdiff
|
tree
2025-01-21
Álvaro Herrera
Fix detach of a partition that has a toplevel FK to...
commit
|
commitdiff
|
tree
2025-01-21
Peter Eisentraut
Fix NO ACTION temporal foreign keys when the referenced...
commit
|
commitdiff
|
tree
2025-01-21
Peter Eisentraut
Improve whitespace in without_overlaps test
commit
|
commitdiff
|
tree
2025-01-21
Peter Eisentraut
Improve generated_stored test
commit
|
commitdiff
|
tree
2025-01-21
Amit Langote
Refactor ExecScan() to allow inlining of its core logic
commit
|
commitdiff
|
tree
2025-01-21
Michael Paquier
Rework handling of pending data for backend statistics
commit
|
commitdiff
|
tree
2025-01-21
Michael Paquier
Rename some pgstats callbacks related to flush of entries
commit
|
commitdiff
|
tree
2025-01-20
Tom Lane
Update time zone data files to tzdata release 2025a.
commit
|
commitdiff
|
tree
2025-01-20
Tom Lane
Avoid using timezone Asia/Manila in regression tests.
commit
|
commitdiff
|
tree
2025-01-20
Peter Eisentraut
Improve generated_stored test
commit
|
commitdiff
|
tree
2025-01-20
Peter Eisentraut
Add some more use of Page/PageData rather than char *
commit
|
commitdiff
|
tree
2025-01-20
Peter Eisentraut
Add const qualifiers to bufpage.h
commit
|
commitdiff
|
tree
2025-01-20
Peter Eisentraut
Add PageData C type
commit
|
commitdiff
|
tree
2025-01-20
Thomas Munro
Fix latch event policy that hid socket events.
commit
|
commitdiff
|
tree
2025-01-20
Michael Paquier
Fix header check for continuation records where standby...
commit
|
commitdiff
|
tree
2025-01-19
Tom Lane
Remove PrintBufferDescs() and PrintPinnedBufs().
commit
|
commitdiff
|
tree
2025-01-19
Andrew Dunstan
Be clearer about when jsonapi's need_escapes is needed
commit
|
commitdiff
|
tree
2025-01-17
Jeff Davis
Support PG_UNICODE_FAST locale in the builtin collation...
commit
|
commitdiff
|
tree
2025-01-17
Jeff Davis
Support Unicode full case mapping and conversion.
commit
|
commitdiff
|
tree
2025-01-17
Nathan Bossart
vacuumdb: Fix comment for vacuum_one_database().
commit
|
commitdiff
|
tree
2025-01-17
Tom Lane
Add documentation about calling version-1 C functions...
commit
|
commitdiff
|
tree
2025-01-17
Dean Rasheed
Fix parsing of qualified relation names in RETURNING.
commit
|
commitdiff
|
tree
2025-01-17
John Naylor
Speed up hex_encode with bytewise lookup
commit
|
commitdiff
|
tree
2025-01-17
Peter Eisentraut
Remove flex version checks
commit
|
commitdiff
|
tree
2025-01-17
Peter Eisentraut
Add pg_nodiscard decorations to base64 functions
commit
|
commitdiff
|
tree
2025-01-17
Michael Paquier
Revert recent changes related to handling of 2PC files...
commit
|
commitdiff
|
tree
next