Commit Graph

22415 Commits (d8ea33f2c02721c89c2434b9fda170afb7fe4999)

Author SHA1 Message Date
Tom Lane fc1286d3cb Fix rewriter to cope (more or less) with CTEs in the query being rewritten. 15 years ago
Tom Lane dccfb72892 Reset reindex-in-progress state before reverifying an exclusion constraint. 15 years ago
Andrew Dunstan ccd69b8886 Allow building with perl 5.14. 15 years ago
Tom Lane a914377495 Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list. 15 years ago
Alvaro Herrera 048417511a Fix pg_get_constraintdef to cope with NOT VALID constraints 15 years ago
Tom Lane ea8e42f3a0 Fix failure to check whether a rowtype's component types are sortable. 15 years ago
Heikki Linnakangas c8630919e0 SSI comment fixes and enhancements. Notably, document that the conflict-out 15 years ago
Tom Lane 52caa355ee Need to list getpeereid.c in .gitignore, too ... 15 years ago
Tom Lane aff97b1f4e Handle domains when checking for recursive inclusion of composite types. 15 years ago
Tom Lane 680ea6a6df Looks like we can't declare getpeereid on Windows anyway. 15 years ago
Tom Lane 2021c5a53a libpq needs its own copy of src/port/getpeereid. 15 years ago
Tom Lane ea6eda64a6 Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence. 15 years ago
Robert Haas 5295fa8c0b Fix vim-induced typo. 15 years ago
Tom Lane 21538377ee Disallow SELECT FOR UPDATE/SHARE on sequences. 15 years ago
Tom Lane dd2ddfb1cd Typo fix. 15 years ago
Robert Haas b8be5431a2 Avoid creating init fork for unlogged indexes when it already exists. 15 years ago
Tom Lane 3980f7fc6e Implement getpeereid() as a src/port compatibility function. 15 years ago
Tom Lane 0c99d41ec8 Allow hash joins to be interrupted while searching hash table for match. 15 years ago
Tom Lane 3c485ca8e6 Further improvements in pg_ctl's new wait-for-postmaster-start logic. 15 years ago
Tom Lane 6923d699bc Protect GIST logic that assumes penalty values can't be negative. 15 years ago
Peter Eisentraut ba4cacf075 Recode non-ASCII characters in source to UTF-8 15 years ago
Tom Lane be4585b1c2 Replace use of credential control messages with getsockopt(LOCAL_PEERCRED). 15 years ago
Tom Lane 13c00ae8c7 Fix portability bugs in use of credentials control messages for peer auth. 15 years ago
Tom Lane b4b6923e03 Fix VACUUM so that it always updates pg_class.reltuples/relpages. 15 years ago
Peter Eisentraut 3001b76308 Suppress foreign data wrappers and foreign servers in partial dumps 15 years ago
Magnus Hagander 5830f69665 Refuse "local" lines in pg_hba.conf on platforms that don't support it 15 years ago
Magnus Hagander 764bde0f16 Don't include local line on platforms without support 15 years ago
Heikki Linnakangas 3103f9a77d The row-version chaining in Serializable Snapshot Isolation was still wrong. 15 years ago
Alvaro Herrera 5177dfefc5 Make message more consistent 15 years ago
Alvaro Herrera 7de38741c0 Remove usage of &PL_sv_undef in hashes and arrays 15 years ago
Peter Eisentraut 6fa79755bd Add pg_basebackup -z option for compression with default level 15 years ago
Peter Eisentraut d68714b29c Allow pg_basebackup compressed tar output to stdout 15 years ago
Peter Eisentraut 1b6dabc452 Avoid compiler warning when building without zlib 15 years ago
Tom Lane 5e1365a965 Fix null-dereference crash in parse_xml_decl(). 15 years ago
Alvaro Herrera 4c60a77508 Remove unused variable 15 years ago
Tom Lane 0bae3bc9be Improve corner cases in pg_ctl's new wait-for-postmaster-startup code. 15 years ago
Tom Lane 90857b48e1 Preserve caller's memory context in ProcessCompletedNotifies(). 15 years ago
Heikki Linnakangas 336db7e347 Check the return code of pthread_create(). Otherwise we go into an infinite 15 years ago
Tom Lane 3987e9e620 Make decompilation of optimized CASE constructs more robust. 15 years ago
Tom Lane 7b158d1bae Suppress extensions in partial dumps. 15 years ago
Peter Eisentraut 3439e40f9a Put options in some sensible order 15 years ago
Andrew Dunstan 8c3604ae7f Convert builddoc.bat into a perl script that actually works. 15 years ago
Bruce Momjian 0711a8b2b3 Add C comment about why we don't spell out "month" in interval values. 15 years ago
Tom Lane 446d5d32ae Grammar cleanup for src/test/isolation/README 15 years ago
Tom Lane b23aeb6519 Cleanup for pull-up-isReset patch. 15 years ago
Peter Eisentraut f50655900a Add a "local" replication sample entry 15 years ago
Peter Eisentraut c8d45152fa Message improvements 15 years ago
Tom Lane cc24fb418d Avoid uninitialized bits in the result of QTN2QT(). 15 years ago
Tom Lane 59a4a571d3 Make plpgsql complain about conflicting IN and OUT parameter names. 15 years ago
Heikki Linnakangas 34be83b7e1 Fix integer overflow in text_format function, reported by Dean Rasheed. 15 years ago