]> granicus.if.org Git - postgresql/shortlog
postgresql
2019-01-18 Alvaro HerreraRefactor duplicate code into DeconstructFkConstraintRow
2019-01-18 Tom LaneAvoid sometimes printing both tables and their columns...
2019-01-18 Peter EisentrautRemove obsolete comment
2019-01-18 Peter Eisentrautconfigure: More use of AC_ARG_VAR
2019-01-18 Michael PaquierFix incorrect relation name in comment of vacuumlazy.c
2019-01-18 Michael PaquierEnforce non-parallel plan when calling current_schema...
2019-01-18 Tom LaneAvoid assuming that we know the spelling of getopt_long...
2019-01-18 Michael PaquierRestrict the use of temporary namespace in two-phase...
2019-01-17 Magnus HaganderReplace references to mailinglists with @lists.postgres...
2019-01-17 Magnus HaganderRemove references to Majordomo
2019-01-17 Andrew GierthPostpone aggregate checks until after collation is...
2019-01-17 Tatsuo IshiiDoc: enhance pgbench manual.
2019-01-17 Etsuro Fujitapostgres_fdw: Remove duplicate code in DML execution...
2019-01-16 Alvaro HerreraReorganize planner code moved in b60c39759908
2019-01-16 Peter EisentrautIncrease test coverage in RI_Initial_Check()
2019-01-16 Peter EisentrautIncrease test coverage in RI_FKey_fk_upd_check_required()
2019-01-16 Peter EisentrautIncrease test coverage in RI_FKey_pk_upd_check_required()
2019-01-16 Peter EisentrautAdd test case for ON DELETE NO ACTION/RESTRICT
2019-01-15 Andres FreundDon't duplicate parallel seqscan shmem sizing logic...
2019-01-15 Andres FreundMove vacuumlazy.c into access/heap.
2019-01-15 Andres FreundFix parent of WCO qual.
2019-01-15 Tom LaneFinish reverting "recheck_on_update" patch.
2019-01-15 Andres FreundDon't include genam.h from execnodes.h and relscan...
2019-01-15 Andres FreundMake naming of tupdesc related structs more consistent...
2019-01-15 Andres FreundRemove too generically named MissingPtr typedef.
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-14 Michael PaquierFix typos in documentation and for one wait event
2019-01-14 Andres FreundRe-add default_with_oids GUC to avoid breaking old...
2019-01-14 Alvaro HerreraFix unique INCLUDE indexes on partitioned tables
2019-01-14 Heikki LinnakangasDetach postmaster process from pg_ctl's session at...
2019-01-13 Andrew Dunstanfix typo
2019-01-13 Andrew DunstanMake DLSUFFIX easily discoverable by build scripts
2019-01-13 Noah MischMake Emacs perl-mode indent more like perltidy.
2019-01-13 Tom LaneImprove missing-program error handling in make_ctags...
2019-01-13 Michael PaquierFix error message for logical replication targets
2019-01-13 Peter EisentrautMake INSTALL makefile rule more robust
2019-01-13 Peter Eisentrautconfigure: Update python search order
2019-01-13 Peter EisentrautChange default of recovery_target_timeline to 'latest'
2019-01-13 Michael PaquierImprove error messages for incorrect types of logical...
2019-01-13 Andres FreundRemove heapam.h include made superfluous by b60c3975990.
2019-01-11 Andrew DunstanFree pre-modification HeapTuple in ALTER TABLE ......
2019-01-11 Tom LaneAvoid sharing PARAM_EXEC slots between different levels...
2019-01-11 Peter Eisentrautdoc: Correct documentation of install-time environment...
2019-01-11 Peter EisentrautCreate INSTALL file using Pandoc
2019-01-11 Peter EisentrautAdd value 'current' for recovery_target_timeline
2019-01-11 Amit KapilaExtend pg_stat_statements_reset to reset statistics...
2019-01-10 Andrew DunstanFix missing values when doing ALTER TABLE ALTER COLUMN...
2019-01-10 Tom LaneAdd .gitignore entry for a derived file created by...
2019-01-10 Tom LaneFix C++ compile failures in headers.
2019-01-10 Tom LaneRemove unnecessary #include.
2019-01-10 Alvaro HerreraMove inheritance expansion code into its own file
2019-01-10 Alvaro HerreraDon't use address of array as boolean
2019-01-10 Alvaro Herrerapgbench: add \cset and \gset commands
2019-01-10 Michael PaquierUpdate unaccent rules with release 34 of CLDR for Latin...
2019-01-10 Tom LaneUse perfect hashing, instead of binary search, for...
2019-01-10 Michael PaquierFix grammar mistakes in md.c
2019-01-09 Tom LaneReduce the size of the fmgr_builtin_oid_index[] array.
2019-01-09 Tom LaneUpdate docs & tests to reflect that unassigned OLD...
2019-01-08 Tom LaneDoc: update our docs about kernel IPC parameters on...
2019-01-08 Michael PaquierAdd --disable-page-skipping and --skip-locked to vacuumdb
2019-01-08 Tatsuo IshiiDoc: fix meaning of acronym "btree".
2019-01-07 Andrew Gierthdoc: document that INFO messages always go to client.
2019-01-07 Peter Eisentrautisolationtester: Use atexit()
2019-01-07 Peter Eisentrautinitdb: Use atexit()
2019-01-07 Peter Eisentrautpg_basebackup: Use atexit()
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.
next