]> granicus.if.org Git - postgresql/shortlog
postgresql
2019-01-31 Peter EisentrautAdd more columns to pg_stat_ssl
2019-01-31 Michael PaquierAdd --min-xid-age and --min-mxid-age options to vacuumdb
2019-01-31 Tom LaneAllow RECORD and RECORD[] to be specified in function...
2019-01-30 Peter EisentrautLog PostgreSQL version number on startup
2019-01-30 Peter Eisentrautpostmaster: Start syslogger earlier
2019-01-30 Michael MeskesChange error handling of out of scope variables in...
2019-01-30 Michael MeskesMake some ecpg test cases more robust against unexpecte...
2019-01-30 Michael MeskesMake sure that ecpglib's statement variable has a defin...
2019-01-30 Peter EisentrautFix a crash in logical replication
2019-01-30 Michael PaquierDo not filter by relkind in vacuumdb's catalog query...
2019-01-29 Tom LaneRename nodes/relation.h to nodes/pathnodes.h.
2019-01-29 Tom LaneRefactor planner's header files.
2019-01-29 Tom LaneMake some small planner API cleanups.
2019-01-29 Peter EisentrautFix pg_stat_ssl.clientdn
2019-01-29 Peter EisentrautAdd tests for pg_stat_ssl system view
2019-01-29 Peter EisentrautMake SSL tests more robust
2019-01-29 Magnus HaganderImprove wording about WAL files in tar mode of pg_baseb...
2019-01-29 Etsuro Fujitapostgres_fdw: Fix test for cached costs in estimate_pat...
2019-01-29 Michael PaquierUse catalog query to discover tables to process in...
2019-01-29 Andres FreundFix LLVM related headers to compile standalone (to...
2019-01-29 Andres FreundRevert "Move page initialization from RelationAddExtraB...
2019-01-28 Andres FreundFix race condition between relation extension and vacuum.
2019-01-28 Tomas VondraSeparate per-batch and per-tuple memory contexts in...
2019-01-28 Tom LaneIn the planner, replace an empty FROM clause with a...
2019-01-28 Andres FreundInstall JIT related headers.
2019-01-28 Andres FreundMove page initialization from RelationAddExtraBlocks...
2019-01-28 Peter Eisentrautpsql: Remove unused tab completion query
2019-01-28 Peter Eisentrautdoc: Add link from sslinfo to pg_stat_ssl
2019-01-28 Michael PaquierAdd tab completion for ALTER INDEX ALTER COLUMN in...
2019-01-28 Amit KapilaRevert "Avoid creation of the free space map for small...
2019-01-28 Amit KapilaAvoid creation of the free space map for small heap...
2019-01-28 Amit KapilaIn bootstrap mode, don't allow the creation of files...
2019-01-27 Michael PaquierAdd TAP tests for vacuumdb with column lists
2019-01-27 Tom LaneAllow for yet another crash symptom in 013_crash_restar...
2019-01-26 Andres FreundChange function call information to be variable length.
2019-01-26 Tom LaneFix psql's "\g target" meta-command to work with COPY...
2019-01-26 Peter EisentrautMake regression test output locale-independent
2019-01-26 Tom LaneAllow UNLISTEN in hot-standby mode.
2019-01-26 Michael PaquierSimplify restriction handling of two-phase commit for...
2019-01-25 Bruce MomjianSQL comment: remove extra word in heading comment
2019-01-25 Tom LaneSplit QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFOR...
2019-01-25 Tom LaneTeach nulltestsel() that system columns are never NULL.
2019-01-25 Tom LaneFix possibly-uninitialized-variable warning from commit...
2019-01-25 Heikki LinnakangasUse single-byte Boyer-Moore-Horspool search even with...
2019-01-25 Heikki LinnakangasFix comments that claimed that mblen() only looks at...
2019-01-25 Peter EisentrautAllow generalized expression syntax for partition bounds
2019-01-24 Tom LaneRemove _configthreadlocale() calls in ecpg test suite.
2019-01-24 Tom LaneRemove infinite-loop hazards in ecpg test suite.
2019-01-24 Peter EisentrautPL/pgSQL: Add statement ID to statement structures
2019-01-24 Peter EisentrautFix whitespace
2019-01-24 Alvaro HerreraFix droppability of constraints upon partition detach
2019-01-24 Tom LaneFix portability problem in pgbench.
2019-01-24 Alvaro HerreraSimplify coding to detach constraints when detaching...
2019-01-24 Etsuro Fujitapostgres_fdw: Account for tlist eval costs in estimate_...
2019-01-24 Tom LaneBlind attempt to fix _configthreadlocale() failures...
2019-01-24 Alvaro HerreraDetach constraints when partitions are detached
2019-01-23 Michael PaquierRemove argument isprimary from index_build()
2019-01-23 Heikki LinnakangasFix misc typos in comments.
2019-01-23 Michael PaquierFix typo in pgbench.c
2019-01-23 Tatsuo IshiiDoc: fix typo in URL of OASIS group web site.
2019-01-23 Michael PaquierMake vacuumdb test regex more modular for its query...
2019-01-22 Tomas VondraFix handling of volatile expressions in COPY FROM ...
2019-01-22 Andres Freundllvm: Fix file-ending in IDENTIFICATION comments.
2019-01-22 Michael PaquierAdjust documentation for vacuumdb --disable-page-skipping
2019-01-22 Andres FreundRename RelationData.rd_amroutine to rd_indam.
2019-01-22 Andres FreundRephrase references to "time qualification".
2019-01-22 Andres FreundMove remaining code from tqual.[ch] to heapam.h / heapa...
2019-01-22 Andres FreundMove generic snapshot related code from tqual.h to...
2019-01-22 Andres FreundChange snapshot type to be determined by enum rather...
2019-01-21 Tom LaneRemove useless bms_copy step in RelationGetIndexAttrBitmap.
2019-01-21 Alvaro HerreraCreate action triggers when partitions are detached
2019-01-21 Alvaro HerreraFlush relcache entries when their FKs are meddled with
2019-01-21 Tom LaneSecond try at fixing ecpglib thread-safety problem.
2019-01-21 Andres FreundFix "Remove superfluous tqual.h includes" by adding...
2019-01-21 Tom LaneFix sepgsql regression test.
2019-01-21 Andres FreundRemove superfluous tqual.h includes.
2019-01-21 Andres FreundReplace uses of heap_open et al with the corresponding...
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-21 Andres FreundIntroduce access/{table.h, relation.h}, for generic...
2019-01-21 Tom LaneSort the dependent objects before recursing in findDepe...
2019-01-21 Alvaro HerreraAdd 'id' to Acknowledgments section
2019-01-21 Andres FreundFix ALTER TRIGGER ... RENAME, broken in WITH OIDS removal.
2019-01-21 Andres FreundAdjust some more comments for WITH OIDS removal.
2019-01-21 Tom LaneAvoid thread-safety problem in ecpglib.
2019-01-21 Tom LaneRevert "Fix under-quoted filename pattern in pgbench...
2019-01-21 Etsuro FujitaPostpone generating tlists and EC members for inheritan...
2019-01-19 Tomas VondraAllow COPY FROM to filter data using WHERE conditions
2019-01-19 Tomas VondraRevert "Add valgrind suppressions for wcsrtombs optimiz...
2019-01-19 Magnus HaganderReplace @postgresql.org with @lists.postgresql.org...
2019-01-19 Peter EisentrautFix outdated comment
2019-01-18 Tom LaneFix under-quoted filename pattern in pgbench TAP test.
2019-01-18 Tom LaneUse our own getopt() on OpenBSD.
2019-01-18 Alvaro HerreraFix creation of duplicate foreign keys on partitions
2019-01-18 Alvaro HerreraMove CloneForeignKeyConstraints to tablecmds.c
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...
next