summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2010-01-19Add pg_table_size() and pg_indexes_size() to provide more user-friendlyTom Lane
2010-01-17Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-14Add point_ops opclass for GiST.Teodor Sigaev
2010-01-10Some trivial adjustments in comments for struct RelationData.Tom Lane
2010-01-07Fix 3-parameter form of bit substring() to throw error for negative length,Tom Lane
2010-01-07Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane
2010-01-05Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas
2010-01-04When estimating the selectivity of an inequality "column > constant" orTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-29Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane
2009-12-19Allow read only connections during recovery, known as Hot Standby.Simon Riggs
2009-12-11Add large object access control.Itagaki Takahiro
2009-12-09Prevent indirect security attacks via changing session-local state withinTom Lane
2009-12-07Add exclusion constraints, which generalize the concept of uniqueness toTom Lane
2009-12-05Speed up information schema privilege viewsPeter Eisentraut
2009-12-03Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas
2009-11-28Add support for an application_name parameter, which is displayed inTom Lane
2009-11-20Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane
2009-11-04Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane
2009-10-26Fix range check in date_recv that tried to limit accepted values to onlyHeikki Linnakangas
2009-10-21Remove regex_flavor GUC, so that regular expressions are always "advanced"Tom Lane
2009-10-13Add new PGC_S_DATABASE_USER enum value to several places missed by my patchAlvaro Herrera
2009-10-09Use pg_get_triggerdef in pg_dumpPeter Eisentraut
2009-10-07Make it possibly to specify GUC params per user and per database.Alvaro Herrera
2009-10-07Fix snapshot management, take two.Alvaro Herrera
2009-10-05Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane
2009-10-03Fix a couple of issues in recent patch to print updates to postgresql.confTom Lane
2009-10-02Ensure that a cursor has an immutable snapshot throughout its lifespan.Alvaro Herrera
2009-09-22Implement the DO statement to support execution of PL code without havingTom Lane
2009-09-09Fix/improve bytea and boolean support in PL/PythonPeter Eisentraut
2009-09-04Tigthen binary receive functions so that they reject values that the textHeikki Linnakangas
2009-09-03Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane
2009-09-01Remove flatfiles.c, which is now obsolete.Alvaro Herrera
2009-08-29Remove the use of the pg_auth flat file for client authentication.Tom Lane
2009-08-18Fix overflow for INTERVAL 'x ms' where x is more than a couple million,Tom Lane
2009-08-12Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane
2009-08-10Support EEEE (scientific notation) in to_char().Tom Lane
2009-08-10Extend EXPLAIN to support output in XML or JSON format.Tom Lane
2009-08-04Support hex-string input and output for type BYTEA.Tom Lane
2009-08-03Implement has_sequence_privilege()Joe Conway
2009-08-01Improve unique-constraint-violation error messages to include the exactTom Lane
2009-07-29Support deferrable uniqueness constraints.Tom Lane
2009-07-28Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.Tom Lane
2009-07-16Make backend header files C++ safePeter Eisentraut
2009-07-07More sensible character_octet_lengthPeter Eisentraut
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-09Fix xmlattribute escaping XML special characters twice (bug #4822).Peter Eisentraut
2009-06-04Improve the recently-added support for properly pluralized error messagesTom Lane
2009-06-01Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK,Tom Lane