Commit Graph

31941 Commits (13c00ae8c73ee9635c11059925814b351dc3593c)
 

Author SHA1 Message Date
Tom Lane 13c00ae8c7 Fix portability bugs in use of credentials control messages for peer auth. 14 years ago
Tom Lane b4b6923e03 Fix VACUUM so that it always updates pg_class.reltuples/relpages. 14 years ago
Peter Eisentraut 3001b76308 Suppress foreign data wrappers and foreign servers in partial dumps 14 years ago
Magnus Hagander 2367da886d Don't recommend upgrading to latest available Windows SDK 14 years ago
Magnus Hagander 5830f69665 Refuse "local" lines in pg_hba.conf on platforms that don't support it 14 years ago
Magnus Hagander 764bde0f16 Don't include local line on platforms without support 14 years ago
Heikki Linnakangas 3103f9a77d The row-version chaining in Serializable Snapshot Isolation was still wrong. 14 years ago
Alvaro Herrera 5177dfefc5 Make message more consistent 14 years ago
Alvaro Herrera 7de38741c0 Remove usage of &PL_sv_undef in hashes and arrays 14 years ago
Peter Eisentraut 6fa79755bd Add pg_basebackup -z option for compression with default level 14 years ago
Peter Eisentraut cb0defe523 Correct description of log_connections and log_disconnections 14 years ago
Peter Eisentraut d68714b29c Allow pg_basebackup compressed tar output to stdout 14 years ago
Peter Eisentraut 1b6dabc452 Avoid compiler warning when building without zlib 14 years ago
Tom Lane 5e1365a965 Fix null-dereference crash in parse_xml_decl(). 14 years ago
Alvaro Herrera 4c60a77508 Remove unused variable 14 years ago
Peter Eisentraut 4d7d6386d7 Remove literal tabs from message strings 14 years ago
Peter Eisentraut 420dcaaeb1 Drop "meaning" column from error code table 14 years ago
Tom Lane 0bae3bc9be Improve corner cases in pg_ctl's new wait-for-postmaster-startup code. 14 years ago
Tom Lane 90857b48e1 Preserve caller's memory context in ProcessCompletedNotifies(). 14 years ago
Heikki Linnakangas 336db7e347 Check the return code of pthread_create(). Otherwise we go into an infinite 14 years ago
Tom Lane 3987e9e620 Make decompilation of optimized CASE constructs more robust. 14 years ago
Tom Lane 44404f3945 Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible. 14 years ago
Tom Lane 7b158d1bae Suppress extensions in partial dumps. 14 years ago
Peter Eisentraut 3439e40f9a Put options in some sensible order 14 years ago
Andrew Dunstan 8c3604ae7f Convert builddoc.bat into a perl script that actually works. 14 years ago
Bruce Momjian 0711a8b2b3 Add C comment about why we don't spell out "month" in interval values. 14 years ago
Tom Lane 446d5d32ae Grammar cleanup for src/test/isolation/README 14 years ago
Tom Lane b23aeb6519 Cleanup for pull-up-isReset patch. 14 years ago
Bruce Momjian 11c08c3fd7 In pg_upgrade, do case-insensitive checks of locale, encoding, and ctype 14 years ago
Tom Lane 8ff1f6a78c Adjust configure's probe for libselinux so it rejects too-old versions. 14 years ago
Peter Eisentraut f50655900a Add a "local" replication sample entry 14 years ago
Peter Eisentraut c8d45152fa Message improvements 14 years ago
Tom Lane cc24fb418d Avoid uninitialized bits in the result of QTN2QT(). 14 years ago
Tom Lane 59a4a571d3 Make plpgsql complain about conflicting IN and OUT parameter names. 14 years ago
Heikki Linnakangas 34be83b7e1 Fix integer overflow in text_format function, reported by Dean Rasheed. 14 years ago
Robert Haas 7149b128dc Improve hash_array() logic for combining hash values. 14 years ago
Peter Eisentraut c58b945e23 Message style improvements 14 years ago
Tom Lane 299d171652 Install defenses against overflow in BuildTupleHashTable(). 14 years ago
Andrew Dunstan a9b6519606 Remove spurious underscore in name of isolation tester on MSVC. 14 years ago
Andrew Dunstan b08ddf8c76 Use the right pgsql for isolation tests. 14 years ago
Peter Eisentraut 60497722ac Put lists in sensible order 14 years ago
Tom Lane 219dfae4e1 Make plpgsql provide the typmods for its variables to the main parser. 14 years ago
Peter Eisentraut fae625e7b9 Message style improvements 14 years ago
Peter Eisentraut 7920d033d8 Put documentation of backslash commands back in alphabetical order 14 years ago
Peter Eisentraut 51ad1784cc Clarify the documentation of the --with-ossp-uuid option 14 years ago
Peter Eisentraut 8932e28100 Message improvement 14 years ago
Heikki Linnakangas 30e98a7e6e Pull up isReset flag from AllocSetContext to MemoryContext struct. This 14 years ago
Heikki Linnakangas 0319da638f Reset per-tuple memory context between every row in a scan node, even when 14 years ago
Heikki Linnakangas 27c7875d95 In binary-upgrade mode, dump dropped attributes of composite types. 14 years ago
Peter Eisentraut bcf63a51e3 Message style improvements 14 years ago