Commit Graph

31433 Commits (4172bd88300524efd1728c247fbc1eff3c1ca6ed)
 

Author SHA1 Message Date
Tom Lane 4172bd8830 Suppress some "variable might be clobbered by longjmp" warnings. 15 years ago
Tom Lane dfe18f18d2 Fix a couple more missing "static" markers. 15 years ago
Tom Lane 775464e845 Add missing "static" marker to internal_ping(). 15 years ago
Simon Riggs cae4974e3d Dynamic array required within pg_stat_replication. 15 years ago
Simon Riggs dcfe3f60c1 Catversion increment for pg_stat_replication changes for syncrep 15 years ago
Simon Riggs 966fb05b58 Add new files for syncrep missed in previous commit 15 years ago
Tom Lane f24fa9c1a5 Fix pg_dump's dump order for collations versus extensions. 15 years ago
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