postgresql.git
2025-02-03 Peter EisentrautIntegrate GistTranslateCompareType() into IndexAmTransl...
2025-02-03 Tom LaneFix incorrect range in pg_regress comment.
2025-02-03 Michael PaquierImprove comment on top of pgstat_count_io_op_time()
2025-02-03 Michael PaquierFix typo in xlog.c
2025-02-02 Peter EisentrautConvert strategies to and from compare types
2025-02-02 Peter EisentrautMove CompareType to separate header file
2025-02-02 Michael PaquierMention jsonlog in description of logging_collector...
2025-02-01 Peter EisentrautAdd get_opfamily_name() function
2025-02-01 Peter EisentrautRename GistTranslateStratnum() to GistTranslateCompareT...
2025-02-01 Peter EisentrautAdd script to keep .editorconfig in sync with .gitattri...
2025-02-01 Amit LangoteAdd commit 76aa615943 to .git-blame-ignore-revs
2025-01-31 Tom LaneDoc: add commentary about cowboy assignment of maintena...
2025-01-31 Tom LaneRemove obsolete restriction on the range of log_rotatio...
2025-01-31 Tom LaneGet rid of our dependency on type "long" for memory...
2025-01-31 Daniel Gustafssonrequire_auth: prepare for multiple SASL mechanisms
2025-01-31 Daniel GustafssonMove PG_MAX_AUTH_TOKEN_LENGTH to libpq/auth.h
2025-01-31 Daniel Gustafssondoc: Fix pg_buffercache_evict() title
2025-01-31 Amit LangoteFix bad indentation introduced in commit d47cbf474
2025-01-31 Amit LangotePerform runtime initial pruning outside ExecInitNode()
2025-01-31 Amit KapilaRaise an error while trying to acquire an invalid slot.
2025-01-31 Michael Paquierinjection_points: Add routine able to drop all stats
2025-01-31 Michael PaquierAdd pgstat_drop_matching_entries() to pgstats
2025-01-31 Michael PaquierFix comment of StrategySyncStart()
2025-01-30 Tom LaneUse "ssize_t" not "long" in max_stack_depth-related...
2025-01-30 Tom LaneAvoid integer overflow while testing wal_skip_threshold...
2025-01-30 Melanie PlagemanMove BitmapTableScan per-scan setup into a helper
2025-01-30 Tom LaneSimplify executor's handling of CaseTestExpr & CoerceTo...
2025-01-30 Amit KapilaDoc: Generated column replication.
2025-01-30 Amit LangoteMove PartitionPruneInfo out of plan nodes into PlannedStmt
2025-01-29 Tom LaneRequire callers of coerce_to_domain() to supply base...
2025-01-29 Tom LaneHandle default NULL insertion a little better.
2025-01-29 Tom LaneAvoid breaking SJIS encoding while de-backslashing...
2025-01-29 Tom LaneMake BufferIsExclusiveLocked and BufferIsDirty work...
2025-01-29 John NaylorFix grammatical typos around possessive "its"
2025-01-29 John NaylorRevert "Speed up tail processing when hashing aligned...
2025-01-28 Michael PaquierImprove test coverage of network address functions
2025-01-28 Amit KapilaRename pubgencols_type to pubgencols in pg_publication.
2025-01-28 Michael PaquierTrack per-relation cumulative time spent in [auto]vacuu...
2025-01-27 Peter Eisentrautdoc: Meson is not experimental on Windows
2025-01-27 Michael PaquierPrint out error position for some ALTER TABLE ALTER...
2025-01-26 Michael Paquierpg_amcheck: Fix test failure on Windows with non-existi...
2025-01-26 Noah MischTest postmaster with program_options_handling_ok()...
2025-01-26 Álvaro HerreraAdd missing CommandCounterIncrement
2025-01-25 Noah MischAt update of non-LP_NORMAL TID, fail instead of corrupt...
2025-01-25 Noah MischMerge copies of converting an XID to a FullTransactionId.
2025-01-25 Noah MischDisable runningcheck for src/test/modules/injection_poi...
2025-01-25 Noah MischTest ECPG decadd(), decdiv(), decmul(), and decsub...
2025-01-25 Tom LaneDoc: recommend "psql -X" for restoring pg_dump scripts.
2025-01-25 Andres FreundChange shutdown sequence to terminate checkpointer...
2025-01-25 Tom LaneTighten pg_restore's recognition of its -F (format...
2025-01-25 Jeff DavisFix PDF doc build.
2025-01-25 Tomas VondraUse the correct sizeof() in BufFileLoadBuffer
2025-01-24 Jeff DavisAdd SQL function CASEFOLD().
2025-01-24 Andres Freundpostmaster: Adjust which processes we expect to have...
2025-01-24 Andres Freundpostmaster: Commonalize FatalError paths
2025-01-24 Andres Freundpostmaster: Move code to switch into FatalError state...
2025-01-24 Andres Freundpostmaster: Don't repeatedly transition to crashing...
2025-01-24 Andres Freundpostmaster: Don't open-code TerminateChildren() in...
2025-01-24 Andres Freundcheckpointer: Request checkpoint via latch instead...
2025-01-24 Tom LaneMake jsonb casts to scalar types translate JSON null...
2025-01-24 Peter EisentrautFix copy-and-paste typo
2025-01-24 Daniel Gustafssonpgcrypto: Make it possible to disable built-in crypto
2025-01-24 Daniel Gustafssonpgcrypto: Add function to check FIPS mode
2025-01-24 Álvaro HerreraFix instability in recently added regression tests
2025-01-24 Peter EisentrautConvert sepgsql tests to TAP
2025-01-24 Peter Eisentrautmeson: Fix sepgsql installation
2025-01-24 Michael Paquierinitdb: Convert tests to use long options with fat...
2025-01-24 Peter EisentrautReturn yyparse() result not via global variable
2025-01-24 Amit KapilaDoc: Fix a typo introduced in 4a0e7314f1.
2025-01-24 Amit KapilaDoc: Fix column name in pg_publication catalog.
2025-01-23 Tom LaneDon't ask for bug reports about pthread_is_threaded_np...
2025-01-23 Tom LaneEnsure that AFTER triggers run as the instigating user.
2025-01-23 Jeff DavisAdd support for Unicode case folding.
2025-01-23 Tom LaneReverse the search order in afterTriggerAddEvent().
2025-01-23 Álvaro HerreraAllow NOT VALID foreign key constraints on partitioned...
2025-01-23 Amit KapilaFix buildfarm failure introduced by commit e65dbc9927.
2025-01-23 Peter EisentrautConvert macros to static inline functions (htup_details...
2025-01-23 Peter EisentrautAdd some const decorations (htup.h)
2025-01-23 Amit KapilaChange publication's publish_generated_columns option...
2025-01-23 Michael PaquierAdd error pattern checks for some TAP tests for non...
2025-01-23 Michael PaquierImprove TAP tests of pg_basebackup
2025-01-22 Tom LaneSupport RN (roman-numeral format) in to_number().
2025-01-22 Nathan BossartFix comment about AVX-512 popcount support.
2025-01-22 Tom LaneRepair incorrect handling of AfterTriggerSharedData...
2025-01-22 Amit KapilaFix \dRp+ output when describing publications with...
2025-01-22 Peter EisentrautAdditional tests for stored generated columns
2025-01-22 Michael PaquierImprove grammar of options for command arrays in TAP...
2025-01-22 Amit KapilaDoc: Update the interaction of tablesync with wal_retri...
2025-01-22 Michael PaquierRun perltidy
2025-01-21 Tom LaneDoc: simplify the tutorial's window-function examples.
2025-01-21 Álvaro HerreraReword recent error messages: "should" -> "must"
2025-01-21 Álvaro HerreraFix detach of a partition that has a toplevel FK to...
2025-01-21 Peter EisentrautFix NO ACTION temporal foreign keys when the referenced...
2025-01-21 Peter EisentrautImprove whitespace in without_overlaps test
2025-01-21 Peter EisentrautImprove generated_stored test
2025-01-21 Amit LangoteRefactor ExecScan() to allow inlining of its core logic
2025-01-21 Michael PaquierRework handling of pending data for backend statistics
2025-01-21 Michael PaquierRename some pgstats callbacks related to flush of entries
2025-01-20 Tom LaneUpdate time zone data files to tzdata release 2025a.
2025-01-20 Tom LaneAvoid using timezone Asia/Manila in regression tests.
next