Commit Graph

31617 Commits (d609b08ead450d78d4a567c48111aca6857ec59c)
 

Author SHA1 Message Date
Tom Lane 0b5d734592 Adjust documentation about pg_pltemplate to reflect latest thinking. 15 years ago
Tom Lane bfd7f8cbb2 Make plpythonu language use plpython2 shared library directly. 15 years ago
Tom Lane ba0c93a0f4 Convert createlang/droplang to use CREATE/DROP EXTENSION. 15 years ago
Robert Haas c0f2b2e256 Remove one copy of duplicated alpha4 release note. 15 years ago
Peter Eisentraut 9650364b7b Update of SQL feature conformance 15 years ago
Robert Haas f31e532492 Add missing word. 15 years ago
Robert Haas 5c44f38d3b First cut at 9.1alpha4 release notes. 15 years ago
Robert Haas a4406da967 Remove emphasis from 9.1alpha3 items. 15 years ago
Tom Lane c2903fb3d2 Update documentation to reflect that standard PLs are now extensions. 15 years ago
Tom Lane 63b656b7bf Create extension infrastructure for the core procedural languages. 15 years ago
Robert Haas efa415da8c Refactor seclabel.c to use the new check_object_ownership function. 15 years ago
Peter Eisentraut b9cff97fdf Don't allow CREATE TABLE AS to create a column with invalid collation 15 years ago
Tom Lane 8d3b421f5f Allow non-superusers to create (some) extensions. 15 years ago
Peter Eisentraut 4442e1975d When creating a collation, check that the locales can be loaded 15 years ago
Tom Lane bd58d9d883 In initialize_SSL, don't fail unnecessarily when home dir is unavailable. 15 years ago
Heikki Linnakangas ee3838b1d3 You must hold a lock on the heap page when you call 15 years ago
Andrew Dunstan 12bf602f3f Add a comment explaining the recent fix for plpython breakage in commit 4c966d9. 15 years ago
Tom Lane 908ab80286 Further refine patch for commenting operator implementation functions. 15 years ago
Tom Lane 94be9e3f0c Fix citext's upgrade-from-unpackaged script to set its collation correctly. 15 years ago
Tom Lane 6252c4f9e2 Run a portal's cleanup hook immediately when pushing it to DONE state. 15 years ago
Michael Meskes 32fce70564 Added new version of ecpg's parser generator script. This one was written by 15 years ago
Heikki Linnakangas 8e2d8b1497 Add tab-completion for table name after JOIN. 15 years ago
Tom Lane 8c4164540b Add -lm to SHLIB_LINK for contrib/btree_gist. 15 years ago
Tom Lane 94133a9354 Mark operator implementation functions as such in their comments. 15 years ago
Peter Eisentraut 091bda0188 Add collations to information_schema.usage_privileges 15 years ago
Tom Lane 43bdf3583a Add 'collatable' to the Parameters section of CREATE TYPE. 15 years ago
Tom Lane 8436489c81 Add KNNGIST support to contrib/btree_gist. 15 years ago
Peter Eisentraut 6094c242d1 Support for DragonFly BSD 15 years ago
Tom Lane 2f6c8453cf Fix erroneous documentation of the syntax of CREATE CONSTRAINT TRIGGER. 15 years ago
Tom Lane 7e49330cad Correct mistaken claims about EXPLAIN ANALYZE's handling of triggers. 15 years ago
Andrew Dunstan 4c966d920f Fix plpython breakage detected on certain Fedora machines on buildfarm. 15 years ago
Peter Eisentraut 2f363590c1 Additional PL/Python regression test expected file 15 years ago
Heikki Linnakangas 6eba5a7c57 Change pg_last_xlog_receive_location() not to move backwards. That makes 15 years ago
Heikki Linnakangas 47ad79122b Fix bugs in Serializable Snapshot Isolation. 15 years ago
Peter Eisentraut 16143d6451 Dump the COLLATABLE attribute in CREATE TYPE 15 years ago
Tom Lane 09b49a8439 Update discussion of EXPLAIN to reflect existence of ModifyTable nodes. 15 years ago
Tom Lane 97c4ee94ad Include the target table in EXPLAIN output for ModifyTable nodes. 15 years ago
Robert Haas 59d6a75942 Avoid excessive Hot Standby feedback messages. 15 years ago
Tom Lane c0b0076036 Rearrange snapshot handling to make rule expansion more consistent. 15 years ago
Andrew Dunstan 57e9bda5ec Unbreak vpath builds broken by commit 474a42473a. 15 years ago
Robert Haas 92c30fd2ed Rename pg_stat_replication.apply_location to replay_location. 15 years ago
Peter Eisentraut 4b853c879d Fix regression tests after PL/Python custom SPI exceptions patch 15 years ago
Peter Eisentraut 474a42473a PL/Python custom SPI exceptions 15 years ago
Tom Lane 0ef0b30204 Add documentation for data-modifying statements in WITH clauses. 15 years ago
Bruce Momjian c11f1f714b Document that last vacuum statistics and counts are for non-FULL vacuums. 15 years ago
Peter Eisentraut 22690719ea PL/Python explicit subtransactions 15 years ago
Peter Eisentraut 438cdf6e48 Remove remaining expected file for Python 2.2 15 years ago
Tom Lane a874fe7b4c Refactor the executor's API to support data-modifying CTEs better. 15 years ago
Bruce Momjian 67a5e727c8 Be less detailed about reporting shared memory failure by avoiding the 15 years ago
Magnus Hagander b04137a294 Fix verbose display of REPLICATION role attribute 15 years ago