Commit Graph

34942 Commits (0f05840bf4c256b838eca8f1be9d7b5be82ccd0e)
 

Author SHA1 Message Date
Robert Haas 0f05840bf4 Allow sepgsql labels to depend on object name. 12 years ago
Tom Lane ae7f1c3ef2 Update time zone data files to tzdata release 2013b. 12 years ago
Tom Lane 58bc48179b Avoid "variable might be clobbered by longjmp" warning. 12 years ago
Alvaro Herrera 473ab40c8b Add sql_drop event for event triggers 12 years ago
Simon Riggs 593c39d156 Revoke bc5334d867 12 years ago
Simon Riggs d139a5e26b Revoke 7a5a59d378 12 years ago
Tom Lane 0d1ecd6300 Reset OpenSSL randomness state in each postmaster child process. 12 years ago
Kevin Grittner 40e873d854 Fix pasto which broke docs build. 12 years ago
Heikki Linnakangas 3cfb572dde Fix buffer pin leak in heap update redo routine. 12 years ago
Simon Riggs 7a5a59d378 Set recovery_config_directory for EXEC_BACKEND. 12 years ago
Heikki Linnakangas 7800a71291 Move some pg_dump function around. 12 years ago
Robert Haas 1cea9bbb21 sepgsql: Support for new post-ALTER access hook. 12 years ago
Simon Riggs bc5334d867 Allow external recovery_config_directory 12 years ago
Tom Lane f7f210b5c4 Fix grammatical errors in some new message strings. 12 years ago
Tom Lane 683abc73df Ignore invalid indexes in pg_dump. 12 years ago
Heikki Linnakangas 625b237f79 Fix pg_dump against 9.1/9.2 servers. 12 years ago
Heikki Linnakangas 901b89e37b Get rid of obsolete parse_version helper function. 12 years ago
Andrew Dunstan ec143f9405 Fix a small logic bug in adjusted parallel restore code. 12 years ago
Heikki Linnakangas 28ba260906 In base backup, only include our own tablespace version directory. 12 years ago
Heikki Linnakangas d298b50a3b Make pg_basebackup work with pre-9.3 servers, and add server version check. 12 years ago
Heikki Linnakangas ea988ee8c8 Add PF_PRINTF_ATTRIBUTE to on_exit_msg_fmt. 12 years ago
Heikki Linnakangas 4eefd0f86b Add missing #include. 12 years ago
Tom Lane 846681fdd5 Fix some unportable constructs in parallel pg_dump code. 12 years ago
Andrew Dunstan 9e257a181c Add parallel pg_dump option. 12 years ago
Tom Lane 3b91fe185a Update time zone abbreviation lists for changes missed since 2006. 12 years ago
Tom Lane 6960277270 Semi-automatically detect changes in timezone abbreviations. 12 years ago
Andrew Dunstan b7f8465cc6 Avoid renaming data directory during MSVC upgrade testing. 12 years ago
Tom Lane cdc67938c0 Don't put <indexterm> before <term> in <varlistentry> items. 12 years ago
Tom Lane 5b86fedfb5 Document cross-version compatibility issues for contrib/postgres_fdw. 12 years ago
Tom Lane 8a3b6772ae Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyle safely. 12 years ago
Kevin Grittner 549dae0352 Fix problems with incomplete attempt to prohibit OIDS with MVs. 12 years ago
Tom Lane 4912385b56 Suppress uninitialized-variable warning in new checksum code. 12 years ago
Tom Lane 82b945c097 Update commit_delay documentation. 12 years ago
Simon Riggs 9df56f6d91 Add new README file for pages/checksums 12 years ago
Simon Riggs 96ef3b8ff1 Allow I/O reliability checks using 16-bit checksums 12 years ago
Andrew Dunstan e4a05c7512 Silence compiler warnings about unused values. 12 years ago
Simon Riggs 13fe298ca0 Change commit_delay to be SUSET for 9.3+ 12 years ago
Tom Lane e690b95150 Avoid retrieving dummy NULL columns in postgres_fdw. 12 years ago
Tom Lane 9cbc4b80dd Redo postgres_fdw's planner code so it can handle parameterized paths. 12 years ago
Kevin Grittner 08af1a0a2a Eliminate trivial whitespace inconsistency in docs sample code. 12 years ago
Heikki Linnakangas f897c4744f Fix "element <@ range" cost estimation. 12 years ago
Alvaro Herrera f8348ea32e Allow extracting machine-readable object identity 12 years ago
Tom Lane a7921f71a3 Bump up timeout delays some more in timeouts isolation test. 12 years ago
Kevin Grittner 241139ae4b Use ORDER BY on matview definitions were needed for stable plans. 12 years ago
Simon Riggs 1a091002cf Clarify assumption of filesystem metadata integrity. 12 years ago
Simon Riggs 8c3b87ca10 Correction that 2pc state files use CRC-32. 12 years ago
Simon Riggs 2266db392c Add reliability docs about storage/memory corruptions. 12 years ago
Tom Lane e39feb1006 Improve documentation of EXTRACT(WEEK). 12 years ago
Simon Riggs e016b72411 Add pageinspect--1.0--1.sql for checksum changes 12 years ago
Simon Riggs ef04cb745f Add pageinspect--1.1.sql for checksum changes 12 years ago