summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2009-01-28Change warning-silencing code not to cast the pointer type, insteadMagnus Hagander
2009-01-27Silence compiler warning on win32.Magnus Hagander
2009-01-27Revert updatable viewsPeter Eisentraut
2009-01-22Support column-level privileges, as required by SQL standard.Tom Lane
2009-01-22Automatic view update rulesPeter Eisentraut
2009-01-20Revise the permission checking on user mapping DDL commands.Peter Eisentraut
2009-01-19Avoid regression test cases that fail in locales that sort "v" and "w"Peter Eisentraut
2009-01-19Alter regression test cases that rely on the sort order of "aa". SomePeter Eisentraut
2009-01-19Alter the regression test cases that rely on the sort order of "ch" betweenPeter Eisentraut
2009-01-12Add ONLY support to LOCK and TRUNCATE. By default, these commands are nowPeter Eisentraut
2009-01-11Make tests pass with or without locale.Peter Eisentraut
2009-01-09Remove fairly useless mixed-case identifier test that causes localePeter Eisentraut
2009-01-08Fix memory leak for file name if expect file name contains a dot, perBruce Momjian
2009-01-07Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-31Consistently use multi-line formatting for all ACL columns printed by psql'sTom Lane
2008-12-31Add some basic support for window frame clauses to the window-functionsTom Lane
2008-12-30Reduce the last group of parallel regression tests to 19 tests, per failureTom Lane
2008-12-29Tighten up a couple of regression test cases that can have platform-dependentTom Lane
2008-12-28Support window functions a la SQL:2008.Tom Lane
2008-12-19Add a new column proiswindow to pg_proc. It doesn't actually do anythingTom Lane
2008-12-19SQL/MED catalog manipulation facilitiesPeter Eisentraut
2008-12-19When we added the ability to have zero-element ARRAY[] constructs by adding anTom Lane
2008-12-18Code review for function default parameters patch. Fix numerous problems asTom Lane
2008-12-16Department of second thoughts: further experimentation with CREATE OR REPLACETom Lane
2008-12-15Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order toTom Lane
2008-12-15Arrange for the pg_foo_is_visible and has_foo_privilege families of functionsTom Lane
2008-12-14Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing anTom Lane
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-12-06Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.Bruce Momjian
2008-12-04Default values for function argumentsPeter Eisentraut
2008-12-04Fix a couple of snapshot management bugs in the new ResourceOwner world:Alvaro Herrera
2008-11-29Fix recently-added array_agg tests to ensure they produce stable resultsTom Lane
2008-11-28Reduce risk of accidentally running temp-install regression tests againstPeter Eisentraut
2008-11-26Let's see if using -c instead of -- style fixes the PGOPTIONS issue.Tom Lane
2008-11-25Remove PGINTERVALSTYLE from the set of special environment variables forTom Lane
2008-11-25If pg_ctl stop fails, print an error message and exit (instead of going outPeter Eisentraut
2008-11-20Fix breakage of bitmap scan plan creation for special index operators suchTom Lane
2008-11-20Silence compiler warning about ignored return value. Our comment alreadyMagnus Hagander
2008-11-20TABLE commandPeter Eisentraut
2008-11-18Add required include to build with cygwin.Magnus Hagander
2008-11-16Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure toTom Lane
2008-11-15Fix crash of xmlconcat(NULL)Peter Eisentraut
2008-11-15Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the planTom Lane
2008-11-14Implement the basic form of UNNEST, ie unnest(anyarray) returns setofTom Lane
2008-11-13array_agg aggregate function, as per SQL:2008, but without ORDER BY clausePeter Eisentraut
2008-11-12array_length() function, and for SQL compatibility also cardinality()Peter Eisentraut
2008-11-12Clean up the ancient decision to show only two fractional-seconds digitsTom Lane
2008-11-11Add support for input and output of interval values formatted per ISO 8601;Tom Lane
2008-11-09Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane