]> granicus.if.org Git - postgresql/history - src/test
More psql tab-completion for new commands.
[postgresql] / src / test /
2011-02-21 Itagaki TakahiroAdd ENCODING option to COPY TO/FROM and file_fdw.
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-02-18 Itagaki TakahiroAdd transaction-level advisory locks.
2011-02-17 Robert HaasAdd client_hostname field to pg_stat_activity.
2011-02-16 Tom LaneAdd FOREACH IN ARRAY looping to plpgsql.
2011-02-15 Peter EisentrautAllow make check in PL directories
2011-02-15 Tom LaneRearrange extension-related views as per recent discussion.
2011-02-12 Peter EisentrautDDL support for collations
2011-02-10 Alvaro HerreraFix isolation tester Makefile so that it runs in a...
2011-02-10 Alvaro HerreraFix the isolation tester compilation on VPATH builds
2011-02-10 Heikki LinnakangasSend status updates back from standby server to master...
2011-02-10 Magnus HaganderTrack last time for statistics reset on databases and...
2011-02-08 Tom LaneFix merge conflict.
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-02-06 Robert HaasTighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.
2011-01-31 Andrew DunstanEnable building with the Mingw64 compiler.
2011-01-27 Robert HaasRestore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction.
2011-01-26 Robert HaasRemove arbitrary ALTER TABLE .. ADD COLUMN restriction.
2011-01-25 Tom LaneImplement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING...
2011-01-24 Robert Haassepgsql, an SE-Linux integration for PostgreSQL
2011-01-23 Robert HaasCode cleanup for assign_transaction_read_only.
2011-01-21 Robert HaasMake ALTER TABLE revalidate uniqueness and exclusion...
2011-01-13 Peter EisentrautDon't run regression tests in SQL_ASCII encoding by...
2011-01-12 Andrew DunstanUnbreak regression tests, apparently broken by commit...
2011-01-08 Tom LaneFix GIN to support null keys, empty and null items...
2011-01-07 Itagaki TakahiroNew system view pg_stat_replication displays activity...
2011-01-06 Tom LaneUpdate sequence_1.out for recent changes in sequence...
2011-01-03 Magnus HaganderAdd views and functions to monitor hot standby query...
2011-01-02 Peter EisentrautImplement remaining fields of information_schema.sequen...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Peter EisentrautAllow casting a table's row type to the table's superty...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-12-04 Peter EisentrautMake output width consistent for all ways of invoking...
2010-12-04 Tom LaneKNNGIST, otherwise known as order-by-operator support...
2010-12-01 Tom LanePrevent inlining a SQL function with multiple OUT param...
2010-11-26 Robert HaasAdd more ALTER <object> .. SET SCHEMA commands.
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-11-23 Peter EisentrautPropagate ALTER TYPE operations to typed tables
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-22 Robert HaasPut back accidentally-deleted quote_literal() regressio...
2010-11-21 Robert HaasAdd new SQL function, format(text).
2010-11-20 Tom LaneAssorted further cleanup for integer-conversion patch.
2010-11-20 Robert HaasExpose quote_literal_cstr() from core.
2010-11-20 Robert HaasUpdate int8-exp-three-digits.out to match new contents...
2010-11-20 Robert HaasAttempt to fix breakage caused by signed integer conver...
2010-11-20 Robert HaasSpeed up conversion of signed integers to C strings.
2010-11-17 Tom LaneMake TRUNCATE ... RESTART IDENTITY restart sequences...
2010-11-17 Andrew DunstanRequire VALUE keyword when extending an enum type....
2010-11-15 Robert HaasAdd new buffers_backend_fsync field to pg_stat_bgwriter.
2010-11-15 Robert HaasRemove outdated comments from the regression test files.
2010-11-12 Peter EisentrautImproved parallel make support
2010-11-07 Tom LanePrevent invoking I/O conversion casts via functional...
2010-11-06 Tom LaneMake get_stack_depth_rlimit() handle RLIM_INFINITY...
2010-11-04 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2010-11-03 Tom LaneReduce recursion depth in recently-added regression...
2010-10-28 Tom LaneFix plpgsql's handling of "simple" expression evaluation.
2010-10-26 Robert HaasFix dumb typo in SECURITY LABEL error message.
2010-10-26 Peter EisentrautAdd missing newlines at end of files
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-10-19 Tom LaneFix incorrect generation of whole-row variables in...
2010-10-19 Robert HaasUnbreak comments on composite type attributes.
2010-10-15 Tom LaneAllow WITH clauses to be attached to INSERT, UPDATE...
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
2010-10-10 Tom LaneSupport triggers on views.
2010-10-08 Tom LaneFix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_...
2010-09-28 Tom LaneFix PlaceHolderVar mechanism's interaction with outer...
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-26 Peter EisentrautAdd ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
2010-09-25 Tom LaneFix another join removal bug: the check on PlaceHolderV...
2010-09-23 Tom LaneRe-allow input of Julian dates prior to 0001-01-01 AD.
2010-09-23 Robert HaasFix inconsistent capitalization of "PL/pgSQL".
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-14 Tom LaneFix join-removal logic for pseudoconstant and outerjoin...
2010-09-03 Tom LaneInstall a data-type-based solution for protecting pg_ge... REL9_1_ALPHA1
2010-08-26 Alvaro HerreraImprove wording for privilege description on certain...
2010-08-24 Itagaki TakahiroAdd string functions: concat(), concat_ws(), left(...
2010-08-21 Magnus HaganderAdjust regression tests for previous commit, that I...
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-08-13 Tom LaneAdd xml_is_well_formed, xml_is_well_formed_document...
2010-08-10 Tom LaneAdd three-parameter forms of array_to_string and string...
2010-08-09 Tom LaneFix incorrect logic in plpgsql for cleanup after evalua...
2010-08-09 Tom LaneModify the handling of RAISE without parameters so...
2010-08-08 Tom LaneAdd an xpath_exists() function. This is equivalent...
2010-08-08 Tom LaneAdd stats functions and views to provide access to...
2010-08-07 Tom LaneRecognize functional dependency on primary keys. This...
2010-08-05 Tom LaneRemove the single-argument form of string_agg(). It...
2010-08-05 Peter EisentrautAdd xmlexists function
2010-08-02 Robert HaasRemove ancient PL/pgsql line numbering hack.
2010-08-01 Robert HaasMake psql distinguish between unique indices and unique...
2010-07-29 Simon RiggsAdd explicit regression tests for ALTER TABLE lock...
2010-07-28 Tom LaneFix potential failure when hashing the output of a...
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-07-23 Peter EisentrautAdd more checks against altering typed tables
next