postgresql-pgindent.git
2019-12-23 Joe ConwayDisallow null category in crosstab_hash
2019-12-23 Tom LaneDisallow partition key expressions that return pseudo...
2019-12-23 Tom LanePrevent a rowtype from being included in itself via...
2019-12-22 Tom LaneAvoid low-probability regression test failures in times...
2019-12-21 Tom LaneIn pgwin32_open, loop after ERROR_ACCESS_DENIED only...
2019-12-21 Bruce Momjiandocs: clarify handling of column lists in COPY TO...
2019-12-20 Tom Lanelibpq should expose GSS-related parameters even when...
2019-12-19 Tom LaneDoc: add a short summary of available authentication...
2019-12-19 Robert HaasUpdate neglected comment.
2019-12-18 Amit KapilaFix subscriber invalid memory access on DDL.
2019-12-18 Michael PaquierRemove shadow variables linked to RedoRecPtr in xlog.c
2019-12-17 Tom LaneFix error reporting for index expressions of prohibited...
2019-12-17 Amit KapilaChange overly strict Assert in TransactionGroupUpdateXi...
2019-12-16 Tom LaneOn Windows, wait a little to see if ERROR_ACCESS_DENIED...
2019-12-16 Heikki LinnakangasFix yet another crash in page split during GiST index...
2019-12-16 Etsuro FujitaClean up some misplaced comments in partition_join...
2019-12-14 Tom LanePrevent overly-aggressive collapsing of joins to RTE_RE...
2019-12-14 Thomas MunroFix mdsyncfiletag(), take II.
2019-12-14 Thomas MunroDon't use _mdfd_getseg() in mdsyncfiletag().
2019-12-13 Heikki LinnakangasFix crash when a page was split during GiST index creation.
2019-12-12 Tom LaneFix EXTRACT(ISOYEAR FROM timestamp) for years BC.
2019-12-12 Tom LaneRemove redundant function calls in timestamp[tz]_part().
2019-12-12 Etsuro FujitaRemove extra parenthesis from comment.
2019-12-10 Tom LaneIn pg_ctl, work around ERROR_SHARING_VIOLATION on the...
2019-12-10 Etsuro FujitaFix handling of multiple AFTER ROW triggers on a foreig...
2019-12-09 Tom LaneFix race condition in our Windows signal emulation.
2019-12-09 Tom LaneImprove isolationtester's timeout management.
2019-12-09 Amit KapilaFix typos in miscinit.c.
2019-12-08 Noah MischDocument search_path security with untrusted dbowner...
2019-12-08 Tom LaneDoc: improve documentation about run-time pruning's...
2019-12-06 Michael PaquierFix handling of OpenSSL's SSL_clear_options
2019-12-04 Etsuro FujitaFix whitespace.
2019-12-03 Tomas VondraEnsure maxlen is at leat 1 in dict_int
2019-12-03 Michael PaquierFix failures with TAP tests of pg_ctl on Windows
2019-12-01 Tom LaneFix misbehavior with expression indexes on ON COMMIT...
2019-11-30 Tomas VondraFix off-by-one error in PGTYPEStimestamp_fmt_asc
2019-11-28 Tomas VondraRemove unnecessary clauses_attnums variable
2019-11-28 Tomas VondraFix choose_best_statistics to check clauses individually
2019-11-27 Etsuro FujitaFix typo in comment.
2019-11-26 Tom LaneAllow access to child table statistics if user can...
2019-11-26 Amit KapilaDon't shut down Gather[Merge] early under Limit.
2019-11-24 Tom LaneAvoid assertion failure with LISTEN in a serializable...
2019-11-24 Thomas Munrodoc: Fix whitespace in syntax.
2019-11-24 Tom LaneStabilize NOTIFY behavior by transmitting notifies...
2019-11-23 Tom LaneImprove test coverage for LISTEN/NOTIFY.
2019-11-22 Tom LaneAdd test coverage for "unchanged toast column" replicat...
2019-11-22 Tom LaneFix bogus tuple-slot management in logical replication...
2019-11-21 Tom LaneDefend against self-referential views in relation_is_up...
2019-11-21 Michael PaquierProvide statistics for hypothetical BRIN indexes
2019-11-20 Magnus HaganderRemove incorrect markup
2019-11-20 Thomas MunroHandle ReadFile() EOF correctly on Windows.
2019-11-20 Tatsuo IshiiDoc: fix minor typo in func.sgml.
2019-11-19 Tom LaneFix corner-case failure in match_pattern_prefix().
2019-11-19 Alexander KorotkovFix page modification outside of critical section in GIN
2019-11-19 Alexander KorotkovRevise GIN README
2019-11-19 Alexander KorotkovFix traversing to the deleted GIN page via downlink
2019-11-19 Alexander KorotkovFix deadlock between ginDeletePage() and ginStepRight()
2019-11-19 Tom LaneDoc: clarify use of RECURSIVE in WITH.
2019-11-19 Tom LaneDoc: clarify behavior of ALTER DEFAULT PRIVILEGES ...
2019-11-17 Tom LaneFurther fix dumping of views that contain just VALUES...
2019-11-16 Michael PaquierImprove stability of tests for VACUUM (SKIP_LOCKED)
2019-11-16 Tomas VondraSkip system attributes when applying mvdistinct stats
2019-11-15 Thomas MunroAlways call ExecShutdownNode() if appropriate.
2019-11-15 Tom LaneDoc: in v12 release notes, explain how to replace uses...
2019-11-13 Tom LaneAdd missing check_collation_set call to bpcharne().
2019-11-13 Tom LaneFix silly initializations (cosmetic only).
2019-11-13 Tom LaneAvoid downcasing/truncation of RADIUS authentication...
2019-11-13 Tom LaneInclude TableFunc references when computing expression...
2019-11-13 Tom LaneHandle arrays and ranges in pg_upgrade's test for non...
2019-11-13 Bruce Momjiandocs: clarify that only INSERT and UPDATE triggers...
2019-11-11 Tom LaneStamp 12.1. REL_12_1
2019-11-11 Tom LaneDoc: fix ancient mistake, or at least obsolete info...
2019-11-11 Tom LaneFurther improve stability of partition_prune regression...
2019-11-11 Peter EisentrautTranslation updates
2019-11-10 Tom LaneRelease notes for 12.1, 11.6, 10.11, 9.6.16, 9.5.20...
2019-11-09 Peter EisentrautFix subscription test
2019-11-09 Peter Eisentrautdoc: Clarify documentation about SSL passphrases
2019-11-09 Peter Eisentrautdoc: Further tweak recovery parameters documentation
2019-11-09 Peter EisentrautFix negative bitmapset member not allowed error in...
2019-11-09 Tom LaneFirst-draft release notes for 12.1.
2019-11-08 Peter EisentrautFix gratuitous error message variation
2019-11-08 Etsuro Fujitapostgres_fdw: Fix error message for PREPARE TRANSACTION.
2019-11-07 Tom LaneMove declaration of ecpg_gettext() to a saner place.
2019-11-07 Alvaro HerreraFix SET CONSTRAINTS .. DEFERRED on partitioned tables
2019-11-07 Tom LaneFix integer-overflow edge case detection in interval_mu...
2019-11-07 Fujii MasaoFix assertion failure when running pgbench -s.
2019-11-06 Tomas VondraDocument log_transaction_sample_rate as superuser-only
2019-11-06 Tom LaneMinor code review for tuple slot rewrite.
2019-11-06 Tom LaneSync our DTrace infrastructure with c.h's definition...
2019-11-06 Peter EisentrautFix memory allocation mistake
2019-11-06 Michael PaquierFix timestamp of sent message for write context in...
2019-11-06 Andrew GierthRequest small targetlist for input to WindowAgg.
2019-11-06 Bruce Momjiandoc: fix for plurality typo on bgwriter doc sentence
2019-11-06 Bruce Momjiandoc: fix plurality typo on bgwriter doc sentence
2019-11-05 Tom LaneAvoid logging complaints about abandoned connections...
2019-11-05 Tom LaneFix "unexpected relkind" error when denying permissions...
2019-11-05 Tom LaneGenerate EquivalenceClass members for partitionwise...
2019-11-05 Michael PaquierDoc: Clarify locks taken when using ALTER TABLE ATTACH...
2019-11-05 Michael PaquierDoc: Improve description around ALTER TABLE ATTACH...
2019-11-04 Tom LaneStabilize pg_dump output order for similarly-named...
next