Commit Graph

32041 Commits (dbbba5279f66f95805c1e084e6f646d174931e56)
 

Author SHA1 Message Date
Bruce Momjian 43958a0280 Ecpg doc cleanups, as reported by Marc Cousin. 14 years ago
Tom Lane e9c9a92068 Update 9.1 release notes to reflect commits through today. 14 years ago
Alvaro Herrera 9261557eb1 Revert "Use "transient" files for blind writes" 14 years ago
Alvaro Herrera 54d9e8c6c1 Use "transient" files for blind writes 14 years ago
Peter Eisentraut 74b1d29dd1 Translation updates for 9.1beta2 14 years ago
Heikki Linnakangas e1c26ab853 Fix the truncation logic of the OldSerXid SLRU mechanism. We can't pass 14 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 14 years ago
Bruce Momjian adf43b2b36 Update typedef list for upcoming pgindent run. 14 years ago
Magnus Hagander 3db963d760 Use the correct eventlog severity for error 14 years ago
Magnus Hagander 7e6ec04d96 Support silent mode for service registrations on win32 14 years ago
Magnus Hagander 1710752a50 Add gitignore for mingw/cygwin build outputs 14 years ago
Heikki Linnakangas 5234161ac1 Mark the SLRU page as dirty when setting an entry in pg_serial. In the 14 years ago
Peter Eisentraut 7d43ae6713 Fix documentation of information_schema.element_types 14 years ago
Tom Lane 3ebc061c18 Make citext's equality and hashing functions collation-insensitive. 14 years ago
Peter Eisentraut 1bcdd66315 Reorder pg_ctl promote after pg_ctl status 14 years ago
Tom Lane b7e8feb33e Allow domains over arrays to match ANYARRAY parameters again. 14 years ago
Heikki Linnakangas 8f9622bbb3 Make DDL operations play nicely with Serializable Snapshot Isolation. 14 years ago
Robert Haas 16925c1e1f Complain politely about access temp/unlogged tables during recovery. 14 years ago
Alvaro Herrera 135a507991 Revert psql bits to display NOT VALID for FKs 14 years ago
Heikki Linnakangas a31ff707a2 Make ascii-art in comments pgindent-safe, and some other formatting changes. 14 years ago
Tom Lane fc1286d3cb Fix rewriter to cope (more or less) with CTEs in the query being rewritten. 14 years ago
Tom Lane dccfb72892 Reset reindex-in-progress state before reverifying an exclusion constraint. 14 years ago
Andrew Dunstan ccd69b8886 Allow building with perl 5.14. 14 years ago
Peter Eisentraut 36a1ba9d5e Fix documentation reference to "above" example 14 years ago
Peter Eisentraut 4dd4bd4d8e More ECPG documentation fixes 14 years ago
Peter Eisentraut b51d05b511 ECPG documentation fix 14 years ago
Tom Lane a914377495 Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list. 14 years ago
Alvaro Herrera 048417511a Fix pg_get_constraintdef to cope with NOT VALID constraints 14 years ago
Tom Lane ea8e42f3a0 Fix failure to check whether a rowtype's component types are sortable. 14 years ago
Peter Eisentraut 3ece3913d0 Truncate id to <=44 characters 14 years ago
Heikki Linnakangas c8630919e0 SSI comment fixes and enhancements. Notably, document that the conflict-out 14 years ago
Tom Lane 52caa355ee Need to list getpeereid.c in .gitignore, too ... 14 years ago
Bruce Momjian a20bc9c866 Use proper SGML doc entities rather than angle-brackets. 14 years ago
Tom Lane aff97b1f4e Handle domains when checking for recursive inclusion of composite types. 14 years ago
Tom Lane 680ea6a6df Looks like we can't declare getpeereid on Windows anyway. 14 years ago
Tom Lane 2021c5a53a libpq needs its own copy of src/port/getpeereid. 14 years ago
Peter Eisentraut c82d415acc Sort COMMENT synopsis and add more examples 14 years ago
Tom Lane ea6eda64a6 Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence. 14 years ago
Robert Haas 5295fa8c0b Fix vim-induced typo. 14 years ago
Tom Lane 21538377ee Disallow SELECT FOR UPDATE/SHARE on sequences. 14 years ago
Tom Lane dd2ddfb1cd Typo fix. 14 years ago
Robert Haas b8be5431a2 Avoid creating init fork for unlogged indexes when it already exists. 14 years ago
Tom Lane 3980f7fc6e Implement getpeereid() as a src/port compatibility function. 14 years ago
Tom Lane 0c99d41ec8 Allow hash joins to be interrupted while searching hash table for match. 14 years ago
Peter Eisentraut 596b0c213f Some copy editing of the release notes 14 years ago
Tom Lane 3c485ca8e6 Further improvements in pg_ctl's new wait-for-postmaster-start logic. 14 years ago
Tom Lane 6923d699bc Protect GIST logic that assumes penalty values can't be negative. 14 years ago
Peter Eisentraut ba4cacf075 Recode non-ASCII characters in source to UTF-8 14 years ago
Peter Eisentraut 85ffed431a Use entities to encode non-ASCII characters in SGML documentation 14 years ago
Tom Lane be4585b1c2 Replace use of credential control messages with getsockopt(LOCAL_PEERCRED). 14 years ago