summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-09-09Modifying existing UDF tests with some limitations conditions.xl_testPallavi Sontakke
2015-09-07Some more tests on UDF like: reads from just 1 node, reads from multiple node...Pallavi Sontakke
2015-09-02Complex update and delete related tests for Major Differences - Limitations s...Pallavi Sontakke
2015-08-28Review comments incorporated. Highlighting insensitive cursor bug.Pallavi Sontakke
2015-08-25Tests related to user-defined-functions and not-supported features in Postgre...Pallavi Sontakke
2015-08-18Commiting functions and plan-pushdown and modulo distribution columns - limit...Pallavi Sontakke
2015-08-18Initial commit of tests for Major differences between XL and postgresql (Limi...Pallavi Sontakke
2015-08-13Avoid referencing a NULL pointer when GTM fails to create a socketPavan Deolasee
2015-08-13Make sequence_range GUC to be part of COORDINATORS group.Pavan Deolasee
2015-08-05Fix issues with ANALYZE commandPavan Deolasee
2015-08-05Turn a message about buffering connection to DEBUG2 from LOGPavan Deolasee
2015-07-20Add a facility to track waited-for XIDs for a transactionPavan Deolasee
2015-07-17Force XID assignment before a snapshot is obtained on a local coordinatorPavan Deolasee
2015-07-17User GXID instead of Transaction Handle while sending backup actions to the GTMPavan Deolasee
2015-07-09Reduce timeout for poll() from 1000ms to 10ms in GTM proxy.Pavan Deolasee
2015-07-09Fix broken protocol between clients and GTM for snapshot messagesPavan Deolasee
2015-07-03Handle deferred triggers and close portals before starting 2 phase commitPavan Deolasee
2015-07-02Fix expected output for testcase 'collate' now that error HINTs are sentPavan Deolasee
2015-07-02Add support to receive error HINTs from remote nodes and send it back to thePavan Deolasee
2015-07-01Change expected output for testcase 'tablesample'Pavan Deolasee
2015-07-01Add necessary machinery to support for TABLESAMPLE clausePavan Deolasee
2015-07-01Do not error out if transaction type is INTERNALOID for aggregatesPavan Deolasee
2015-06-30Do not include pgxc.h when relpath.c is compiled in FRONTEND modePavan Deolasee
2015-06-30Merge from upstream master branch of PostgreSQL repositoryPavan Deolasee
2015-06-29Initialize GIN metapage correctly when replaying metapage-update WAL record.Heikki Linnakangas
2015-06-29Stamp 9.5alpha1.Tom Lane
2015-06-29Code + docs review for escaping of option values (commit 11a020eb6).Tom Lane
2015-06-29Replace ia64 S_UNLOCK compiler barrier with a full memory barrier.Andres Freund
2015-06-29Fix some expected output diffs in the alternate expected output for testcasePavan Deolasee
2015-06-29Merge new output from privileges.out into the alternate expected output filePavan Deolasee
2015-06-29Turn tables in updatable_views testcase to replicated tablesPavan Deolasee
2015-06-29Translation updatesPeter Eisentraut
2015-06-29Run the C portions of guc-file.l through pgindent.Tom Lane
2015-06-28Improve design and implementation of pg_file_settings view.Tom Lane
2015-06-28Also trigger restartpoints based on max_wal_size on standby.Heikki Linnakangas
2015-06-28Promote the assertion that XLogBeginInsert() is not called twice into ERROR.Heikki Linnakangas
2015-06-28Fix double-XLogBeginInsert call in GIN page splits.Heikki Linnakangas
2015-06-28Don't choke on files that are removed while pg_rewind runs.Heikki Linnakangas
2015-06-28Add missing_ok option to the SQL functions for reading files.Heikki Linnakangas
2015-06-28Fix comment for GetCurrentIntegerTimestamp().Kevin Grittner
2015-06-28Fix function declaration style to respect the coding standard.Tatsuo Ishii
2015-06-27Avoid passing NULL to memcmp() in lookups of zero-argument functions.Tom Lane
2015-06-27Add opaque declaration of HTAB to tqual.h.Kevin Grittner
2015-06-27Fix typo in commentHeikki Linnakangas
2015-06-26Avoid hot standby cancels from VAC FREEZESimon Riggs
2015-06-26Fix DDL command collection for TRANSFORMAlvaro Herrera
2015-06-26Fix BRIN xlog replayAlvaro Herrera
2015-06-26Be more conservative about removing tablespace "symlinks".Robert Haas
2015-06-26Remove unnecessary NULL test.Robert Haas
2015-06-26Don't warn about creating temporary or unlogged hash indexes.Robert Haas