Commit Graph

33130 Commits (94de3a679bf0afe9bb15ffb7af066b7df58859af)
 

Author SHA1 Message Date
Tom Lane bd0ef304f8 Fix PGXS support for building loadable modules on AIX. 14 years ago
Tom Lane bb3aa7a484 Fix lo_import and lo_export to return useful error messages more often. 14 years ago
Tom Lane a883c02449 Fix lo_export usage in example programs. 14 years ago
Heikki Linnakangas 3c856708e5 Say ANALYZE, not VACUUM, in error message on analyze in hot standby. 14 years ago
Michael Meskes 8ebe8889a8 Removed sentence about not being able to retrieve more than one row at a time, 14 years ago
Michael Meskes 856ce0fb56 Fixed test for array boundary. 14 years ago
Tom Lane 6c33084fa2 Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs. 14 years ago
Alvaro Herrera 412a4295b5 REASSIGN OWNED: consider grants on tablespaces, too 14 years ago
Heikki Linnakangas 6c00b2bbf7 Fix access past end of string in date parsing. 14 years ago
Tom Lane d617b28c6c Fix bugs in "restore.sql" script emitted in pg_dump tar output. 14 years ago
Tom Lane dfa6eda5e4 Fix tar files emitted by pg_basebackup to be POSIX conformant. 14 years ago
Tom Lane bc99397563 Fix examples of how to use "su" while starting the server. 14 years ago
Tom Lane 04a37a5716 Stamp 9.1.6. 14 years ago
Tom Lane 793664d0c8 Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. 14 years ago
Tom Lane 1dd03b5330 Update time zone data files to tzdata release 2012f. 14 years ago
Peter Eisentraut d4e1ca27c6 Translation updates 14 years ago
Peter Eisentraut 67503753a7 pg_upgrade: Remove check for pg_config 14 years ago
Tom Lane 3440583051 Provide adequate documentation of the "table_name *" notation. 14 years ago
Simon Riggs 25560fdeb2 Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint. 14 years ago
Kevin Grittner 5752e1bbb2 Fix documentation reference to maximum allowed for autovacuum_freeze_max_age. 14 years ago
Tom Lane 87802a12d7 Back-patch fix and test case for bug #7516. 14 years ago
Robert Haas fef2c17807 Properly set relpersistence for fake relcache entries. 14 years ago
Kevin Grittner df4234d7a9 Fix typo: lexemes misspelled in full text search docs. 14 years ago
Tom Lane bd371ea5c0 Fix logical errors in tsquery selectivity estimation for prefix queries. 14 years ago
Tom Lane ef06dca975 Make plperl safe against functions that are redefined while running. 14 years ago
Tom Lane 1e214507e5 Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism bug. 14 years ago
Tom Lane ff0b18cc49 Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH. 14 years ago
Robert Haas e40b20a368 Fix "too many arguments" messages not to index off the end of argv[]. 14 years ago
Tom Lane 18730f8d47 Fix inappropriate error messages for Hot Standby misconfiguration errors. 14 years ago
Andrew Dunstan 26f4fc0184 Fix line end mishandling in pg_upgrade on Windows. 14 years ago
Tom Lane 5ee0f03727 Restore SIGFPE handler after initializing PL/Perl. 14 years ago
Andrew Dunstan a69b7a1c34 Indent fix_path_separator() header properly. 14 years ago
Andrew Dunstan d10ddf4d51 Use correct path separator for Windows builtin commands. 14 years ago
Tom Lane 97395185b8 Make configure probe for mbstowcs_l as well as wcstombs_l. 14 years ago
Tom Lane 6707dd48cd Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit. 14 years ago
Robert Haas f6956eb74e Document how to prevent PostgreSQL itself from exhausting memory. 14 years ago
Robert Haas 657face6fe Add missing period to detail message. 14 years ago
Robert Haas ed597d0c32 Back-patch fixes for some issues in our Windows socket code into 9.1. 14 years ago
Tom Lane 180ce0af33 Fix issues with checks for unsupported transaction states in Hot Standby. 14 years ago
Tom Lane ff122d3268 Fix cascading privilege revoke to notice when privileges are still held. 14 years ago
Tom Lane 874d97c2a8 Fix bugs in contrib/pg_trgm's LIKE pattern analysis code. 14 years ago
Tom Lane 7665e82b6a Fix rescan logic in nodeCtescan. 14 years ago
Tom Lane 9e035184b0 Disallow extensions from owning the schema they are assigned to. 14 years ago
Tom Lane 04e96bc69d Stamp 9.1.5. 14 years ago
Tom Lane 18ee575df3 Update release notes for 9.1.5, 9.0.9, 8.4.13, 8.3.20. 14 years ago
Tom Lane e76e252286 Prevent access to external files/URLs via contrib/xml2's xslt_process(). 14 years ago
Tom Lane 0df2da9d72 Prevent access to external files/URLs via XML entity references. 14 years ago
Peter Eisentraut b5987c4f87 Translation updates 14 years ago
Tom Lane a2c04f189a Update time zone data files to tzdata release 2012e. 14 years ago
Tom Lane b2cc611959 Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX. 14 years ago