Commit Graph

31426 Commits (a8a8a3e0965201df88bdfdff08f50e5c06c552b7)
 

Author SHA1 Message Date
Simon Riggs a8a8a3e096 Efficient transaction-controlled synchronous replication. 15 years ago
Tom Lane 149b2673c2 Fix incorrect access to pg_index.indcollation. 15 years ago
Bruce Momjian a54ba23c08 Improve pg_upgrade relation name check logic for pre-8.4 servers. 15 years ago
Bruce Momjian 8f87dcd863 Update new pg_upgrade comment about pre-8.4 TOAST tables. 15 years ago
Bruce Momjian 9e5bed2df1 Restructure pg_upgrade checks because pre-8.4 Postgres did not rename 15 years ago
Bruce Momjian f7b70dfc76 Fix pg_upgrade to print the proper database name for file transfer 15 years ago
Bruce Momjian a3375becfa Print clearer failure message when pg_upgrade fails due to a fatal 15 years ago
Bruce Momjian c15c1f1c15 Fix parallel gmake for extension directory addition in PL languages. 15 years ago
Andrew Dunstan a956b16026 Add PL extension files to MSVC Install procedure. 15 years ago
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