summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-02-17Fix handling of wide datetime input/output.Noah Misch
2014-02-17Shore up ADMIN OPTION restrictions.Noah Misch
2014-02-15Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane
2014-02-12Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian
2014-02-11Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane
2014-02-07In RelationClearRelation, postpone cache reload if !IsTransactionState().Tom Lane
2014-02-03Fix *-qualification of named parameters in SQL-language functions.Tom Lane
2014-02-01arrays: tighten checks for multi-dimensional inputBruce Momjian
2014-02-01Introduce replication slots.Robert Haas
2014-01-30Add convenience functions pg_sleep_for and pg_sleep_until.Robert Haas
2014-01-30Fix bogus handling of "postponed" lateral quals.Tom Lane
2014-01-29Add json_array_elements_text function.Andrew Dunstan
2014-01-28Add new make targets check-tests and installcheck-tests.Andrew Dunstan
2014-01-28New json functions.Andrew Dunstan
2014-01-28Add pg_stat_archiver statistics view.Fujii Masao
2014-01-23Make DROP IF EXISTS more consistently not failAlvaro Herrera
2014-01-21Add a cardinality function for arrays.Robert Haas
2014-01-20Fix to_timestamp/to_date's handling of consecutive spaces in format string.Tom Lane
2014-01-19Add CREATE TABLESPACE ... WITH ... OptionsStephen Frost
2014-01-18Add ALTER TABLESPACE ... MOVE commandStephen Frost
2014-01-12Disallow LATERAL references to the target table of an UPDATE/DELETE.Tom Lane
2014-01-11Add another regression test cross-checking operator and function comments.Tom Lane
2014-01-09Fix "cannot accept a set" error when only some arms of a CASE return a set.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-07Fix LATERAL references to target table of UPDATE/DELETE.Tom Lane
2014-01-07Add more use of psprintf()Peter Eisentraut
2013-12-30Extract restriction OR clauses whether or not they are indexable.Tom Lane
2013-12-23Support ordered-set (WITHIN GROUP) aggregates.Tom Lane
2013-12-20isolationtester: Ensure stderr is unbuffered, tooAlvaro Herrera
2013-12-19Make stdout unbufferedAlvaro Herrera
2013-12-18Don't ignore tuple locks propagated by our updatesAlvaro Herrera
2013-12-15Allow empty target list in SELECT.Tom Lane
2013-12-14Fix inherited UPDATE/DELETE with UNION ALL subqueries.Tom Lane
2013-12-12Improve EXPLAIN to print the grouping columns in Agg and Group nodes.Tom Lane
2013-12-11Regression tests for SCHEMA commandsSimon Riggs
2013-12-11Regression tests for ALTER TABLESPACE RENAME,OWNERSimon Riggs
2013-12-11Tweak placement of explicit ANALYZE commands in the regression tests.Tom Lane
2013-12-11Add table name to VACUUM statement in matview.c.Kevin Grittner
2013-12-10Fix possible crash with nested SubLinks.Tom Lane
2013-12-10Rename TABLE() to ROWS FROM().Noah Misch
2013-12-05Fix improper abort during update chain lockingAlvaro Herrera
2013-12-05Avoid resetting Xmax when it's a multi with an aborted updateAlvaro Herrera
2013-12-04build: pass EXTRA_REGRESS_OPTS to secondary regression testsBruce Momjian
2013-12-03Fix crash in assign_collations_walker for EXISTS with empty SELECT list.Tom Lane
2013-11-30Don't TransactionIdDidAbort in HeapTupleGetUpdateXidAlvaro Herrera
2013-11-29Refine our definition of what constitutes a system relation.Robert Haas
2013-11-27Implement information_schema.parameters.parameter_default columnPeter Eisentraut
2013-11-26Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behaviorBruce Momjian
2013-11-22Flatten join alias Vars before pulling up targetlist items from a subquery.Tom Lane