users/c2main/postgres.git
2019-11-20 Tom LaneSync patternsel_common's operator selection logic with...
2019-11-20 Peter GeogheganFix HeapTupleSatisfiesNonVacuumable() comment.
2019-11-20 Tom LaneReduce match_pattern_prefix()'s dependencies on index...
2019-11-20 Tom LaneDoc: improve discussion of object owners' inherent...
2019-11-20 Magnus HaganderRemove incorrect markup
2019-11-20 Michael PaquierFix comment in xact.h
2019-11-20 Thomas MunroHandle ReadFile() EOF correctly on Windows.
2019-11-20 Amit KapilaAdd the support for '-f' option in dropdb utility.
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-19 Thomas MunroAllow invisible PROMPT2 in psql.
2019-11-19 Amit KapilaAdd logical_decoding_work_mem to limit ReorderBuffer...
2019-11-18 Peter Geoghegannbtree: Tweak _bt_pgaddtup() comments.
2019-11-17 Tom LaneFurther fix dumping of views that contain just VALUES...
2019-11-16 Peter GeogheganAdd tuplesort test to serial_schedule.
2019-11-16 Michael PaquierImprove stability of tests for VACUUM (SKIP_LOCKED)
2019-11-16 Tomas VondraProperly determine length for on-disk TOAST values
2019-11-16 Tomas VondraSkip system attributes when applying mvdistinct stats
2019-11-15 Thomas MunroAlways call ExecShutdownNode() if appropriate.
2019-11-14 Alvaro HerreraRemove the word "virgins" for documentation
2019-11-14 Michael PaquierCleanup code in reloptions.h regarding reloption handling
2019-11-14 Michael PaquierSplit handling of reloptions for partitioned tables
2019-11-14 Andres FreundFix plan instability in the new tuplesort test.
2019-11-13 Andres FreundRemove unused code from tuplesort.
2019-11-13 Andres FreundAdd tests for tuplesort.c.
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 using SplitIdentifierString to parse ListenAddres...
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 Fujii MasaoMake pg_waldump report more detail information about...
2019-11-13 Michael PaquierAdd regression test for two-phase transaction in postgr...
2019-11-13 Amit KapilaIntroduce the 'force' option for the Drop Database...
2019-11-12 Tom LaneFinish reverting commit 0a52d378b.
2019-11-12 Alvaro Herrerapg_stat_activity: document client_port being null
2019-11-12 Alvaro Herrerapg_stat_{ssl,gssapi}: Show only processes with connections
2019-11-12 Peter GeogheganMake _bt_keep_natts_fast() use datum_image_eq().
2019-11-12 Alvaro HerreraHave LookupFuncName accept NULL argtypes for 0 args
2019-11-12 Peter GeogheganTeach datum_image_eq() about cstring datums.
2019-11-12 Tom LaneFix ecpglib.h to declare bool consistently with c.h.
2019-11-12 Peter Eisentrautgitattributes: Add new file
2019-11-12 Amit KapilaMake the order of the header file includes consistent...
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 Eisentrautgitattributes: Remove entries for no longer existing...
2019-11-11 Peter EisentrautFix whitespace
2019-11-11 Peter EisentrautRerun autoheader
2019-11-11 Thomas MunroOptimize PredicateLockTuple().
2019-11-11 Thomas MunroOptimize TransactionIdIsCurrentTransactionId().
2019-11-11 Amit KapilaRearrange dropdb() to avoid errors after allowing other...
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 Michael PaquierFix new COPY test of PL/pgSQL with VPATH builds
2019-11-09 Michael PaquierAdd tests for COPY in PL/pgSQL
2019-11-08 Andres FreundPass ItemPointer not HeapTuple to IndexBuildCallback.
2019-11-08 Alvaro HerreraAdd backtrace support for error reporting
2019-11-08 Peter EisentrautFix gratuitous error message variation
2019-11-08 Etsuro Fujitapostgres_fdw: Fix error message for PREPARE TRANSACTION.
2019-11-08 Peter EisentrautMore precise errors from initial pg_control check
2019-11-08 Peter GeogheganUse "low key" terminology in nbtsort.c.
2019-11-07 Bruce Momjiandocs: clarify that only INSERT and UPDATE triggers...
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 Peter EisentrautRemove HAVE_LONG_LONG_INT
2019-11-07 Peter EisentrautFix nested error handling in PG_FINALLY
2019-11-07 Fujii MasaoFix assertion failure when running pgbench -s.
2019-11-07 Thomas MunroAdd reusable routine for making arrays unique.
2019-11-07 Michael PaquierCheck after errors of SPI_execute() in xml.c
2019-11-06 Tomas VondraAllow sampling of statements depending on duration
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 Peter EisentrautRemove unused function argument
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 Fujii MasaoCorrect the command tags for ALTER ... RENAME COLUMN.
2019-11-06 Fujii MasaoAdd "G" (server-side data generation) as an initializat...
2019-11-06 Bruce Momjiandoc: fix plurality typo on bgwriter doc sentence
2019-11-05 Andres FreundMake StringInfo available to frontend code.
2019-11-05 Andres FreundSplit all OBJS style lines in makefiles into one-line...
2019-11-05 Tom LaneTweak some authentication debug messages to follow...
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-05 Michael PaquierRefactor code building relation options
2019-11-04 Tom LaneStabilize pg_dump output order for similarly-named...
2019-11-04 Tom LaneFix ginEntryInsert's counting of GIN leaf tuples.
next