]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2019-01-06  Tom LaneReplace the data structure used for keyword lookup.
2019-01-05  Tom LaneFix program build rule in src/bin/scripts/Makefile.
2019-01-04  Alvaro HerreraDon't create relfilenode for relations without storage
2019-01-04  Alvaro HerreraRename macro to RELKIND_HAS_STORAGE
2019-01-04  Tom LaneSupport plpgsql variable names that conflict with unres...
2019-01-04  Peter EisentrautMake sort-test.py Python 3 compatible
2019-01-04  Peter Eisentrautunaccent: Make generate_unaccent_rules.py Python 3...
2019-01-04  Tom LaneMove the built-in conversions into the initial catalog...
2019-01-03  Tom LaneUse symbolic references for pg_language OIDs in the...
2019-01-03  Tom LaneImprove ANALYZE's handling of concurrent-update scenarios.
2019-01-02  Tom LaneDon't believe MinMaxExpr is leakproof without checking.
2019-01-02  Peter EisentrautSwitch pg_regress to output unified diffs by default
2019-01-02  Tom LaneEnsure link commands list *.o files before LDFLAGS.
2019-01-02  Bruce MomjianUpdate copyright for 2019
2019-01-02  Peter EisentrautConvert unaccent tests to UTF-8
2019-01-01  Michael PaquierRemove configure switch --disable-strong-random
2019-01-01  Michael PaquierFix generation of padding message before encrypting...
2018-12-31  Michael PaquierImprove comments and logs in do_pg_stop/start_backup
2018-12-31  Noah MischProcess EXTRA_INSTALL serially, during the first temp...
2018-12-31  Noah MischSend EXTRA_INSTALL errors to install.log, not stderr.
2018-12-31  Noah Mischpg_regress: Promptly detect failed postmaster startup.
2018-12-31  Tom LaneUpdate leakproofness markings on some btree comparison...
2018-12-31  Alvaro HerreraRemove some useless code
2018-12-31  Tom LaneFix oversight in commit b5415e3c2187ab304390524f5ae66b4...
2018-12-30  Peter EisentrautChange "checkpoint starting" message to use "wal"
2018-12-30  Tom LaneAdd a hash opclass for type "tid".
2018-12-30  Tom LaneSupport parameterized TidPaths.
2018-12-30  Tom LaneTeach eval_const_expressions to constant-fold LEAST...
2018-12-30  Michael PaquierTrigger stmt_beg and stmt_end for top-level statement...
2018-12-29  Tom LaneUse pg_strong_random() to select each server process...
2018-12-29  Tom LaneUse a separate random seed for SQL random()/setseed...
2018-12-29  Peter Eisentrautpg_rewind: Add missing newline to error message
2018-12-29  Peter EisentrautRemove redundant translation markers
2018-12-28  Michael PaquierImprove description of DEFAULT_XLOG_SEG_SIZE in pg_config.h
2018-12-28  Tom LaneMarginal performance hacking in erand48.c.
2018-12-28  Tom LaneFix latent problem with pg_jrand48().
2018-12-28  Alvaro HerreraFix thinko in previous commit
2018-12-28  Alvaro HerreraRewrite ExecPartitionCheckEmitError for clarity
2018-12-28  Michael PaquierClarify referential actions in docs of CREATE/ALTER...
2018-12-28  Alexander KorotkovReduce length of GIN predicate locking isolation test...
2018-12-27  Peter EisentrautRemove obsolete IndexIs* macros
2018-12-27  Peter Eisentrautpg_dump: Add missing newline to error message
2018-12-27  Alexander KorotkovRemove entry tree root conflict checking from GIN predi...
2018-12-27  Michael PaquierIgnore inherited temp relations from other sessions...
2018-12-26  Tom LaneFix failure to check for open() or fsync() failures.
2018-12-26  Tom LaneFix portability failure introduced in commits d2b0b60e7...
2018-12-25  Michael PaquierImprove tab completion of ALTER INDEX/TABLE with SET...
2018-12-24  Michael PaquierPrioritize history files when archiving
2018-12-23  Michael PaquierDisable WAL-skipping optimization for COPY on views...
2018-12-23  Michael PaquierAdd completion for storage parameters after CREATE...
2018-12-22  Peter EisentrautAdd WRITE_*_ARRAY macros
2018-12-22  Peter EisentrautAdd some const decorations
2018-12-22  Peter EisentrautFix ancient compiler warnings and typos in !HAVE_SYMLIN...
2018-12-20  Alexander KorotkovCheck for conflicting queries during replay of gistvacu...
2018-12-20  Tom LaneBase information_schema.sql_identifier domain on name...
2018-12-20  Tom LaneAvoid producing over-length specific_name outputs in...
2018-12-20  Alvaro HerreraFix lock level used for partition when detaching it
2018-12-20  Tom LaneDoc: fix ancient mistake in search_path documentation.
2018-12-20  Tom LaneMake bitmapset.c use 64-bit bitmap words on 64-bit...
2018-12-20  Alvaro HerreraDETACH PARTITION: hold locks on indexes until end of...
2018-12-20  Michael PaquierAdd more tab completion for CREATE TABLE in psql
2018-12-20  Greg StarkFix ADD IF NOT EXISTS used in conjunction with ALTER...
2018-12-19  Tom LaneAdd text-vs-name cross-type operators, and unify name_o...
2018-12-19  Tom LaneMake type "name" collation-aware.
2018-12-19  Alvaro HerreraRemove function names from error messages
2018-12-19  Tom LaneSmall improvements for allocation logic in ginHeapTuple...
2018-12-19  Tom LaneDoc: fix incorrect example of collecting arguments...
2018-12-19  Peter GeogheganRemove obsolete nbtree duplicate entries comment.
2018-12-19  Peter GeogheganCorrect obsolete nbtree recovery comments.
2018-12-19  Tatsuo IshiiDoc: fix typo in "Generic File Access Functions" section.
2018-12-18  Tom LaneMake collation-aware system catalog columns use "C...
2018-12-18  Tom LaneUpdate sepgsql regression test results for commit ca410...
2018-12-18  Tom LaneFix ancient thinko in mergejoin cost estimation.
2018-12-18  Michael PaquierInclude partitioned indexes to system view pg_indexes
2018-12-18  Michael PaquierTweak description comments in tests for partition functions
2018-12-18  Michael PaquierUpdate project link of pgBadger in documentation
2018-12-18  Michael PaquierInclude ALTER INDEX SET STATISTICS in pg_dump
2018-12-17  Tom LaneDrop support for getting signal descriptions from sys_s...
2018-12-17  Alvaro HerreraFix tablespace handling for partitioned tables
2018-12-17  Alvaro HerreraClarify runtime pruning in EXPLAIN
2018-12-17  Amit KapilaRemove extra semicolons.
2018-12-17  Michael PaquierFix use-after-free bug when renaming constraints
2018-12-17  Michael PaquierMake constraint rename issue relcache invalidation...
2018-12-17  Tom LaneModernize our code for looking up descriptive strings...
2018-12-16  Tom LaneMake error handling in parallel pg_upgrade less bogus.
2018-12-16  Tom LaneImprove detection of child-process SIGPIPE failures.
2018-12-14  Tom LaneMake pg_statistic and related code account more honestl...
2018-12-13  Michael PaquierIntroduce new extended routines for FDW and foreign...
2018-12-13  Andres FreundCreate a separate oid range for oids assigned by genbki.pl.
2018-12-13  Tom LaneFix bogus logic for skipping unnecessary partcollation...
2018-12-13  Tom LaneDrop no-op CoerceToDomain nodes from expressions at...
2018-12-13  Alexander KorotkovPrevent GIN deleted pages from being reclaimed too...
2018-12-13  Alexander KorotkovPrevent deadlock in ginRedoDeletePage()
2018-12-13  Alexander KorotkovFix deadlock in GIN vacuum introduced by 218f51584d5
2018-12-12  Tom LaneRepair bogus EPQ plans generated for postgres_fdw forei...
2018-12-12  Tom LaneRepair bogus handling of multi-assignment Params in...
2018-12-12  Michael PaquierTweak pg_partition_tree for undefined relations and...
2018-12-11  Tom LaneFix test_rls_hooks to assign expression collations...
2018-12-11  Tom LaneDoc: improve documentation about ALTER LARGE OBJECT...
2018-12-11  Noah MischRaise some timeouts to 180s, in test code.
next