Commit Graph

22415 Commits (d8ea33f2c02721c89c2434b9fda170afb7fe4999)

Author SHA1 Message Date
Heikki Linnakangas 1a4ab9ec23 If recovery_target_timeline is set to 'latest' and standby mode is enabled, 15 years ago
Tom Lane 7193a90fc1 Zero out vacuum_count and related counters in pgstat_recv_tabstat(). 15 years ago
Heikki Linnakangas 97e3dacd84 Begin error message with lower-case letter. 15 years ago
Heikki Linnakangas baabf05196 Silence compiler warning about undefined function when compiling without 15 years ago
Tom Lane 4172bd8830 Suppress some "variable might be clobbered by longjmp" warnings. 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 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 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
Peter Eisentraut 9650364b7b Update of SQL feature conformance 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 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 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
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 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
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
Heikki Linnakangas be6668d6ef Increase the default for wal_sender_delay from 200ms to 1s. Now that WAL 15 years ago
Peter Eisentraut bc411f25c1 Table function support for PL/Python 15 years ago