Commit Graph

14541 Commits (0d3e36b6687ae601551fb8047c10a68f2d6fb565)
 

Author SHA1 Message Date
Bruce Momjian 0d3e36b668 Move pg_service.conf.sample to /interfaces/libpq. 23 years ago
Bruce Momjian 802a4d4111 Change MOVE LAST to MOVE ALL. 23 years ago
Tom Lane c7bceca156 Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from 23 years ago
Tom Lane 6adb475f77 Update release history for 7.3.2. 23 years ago
Tom Lane 967e8a37ab Fix nodeUnique to behave correctly when reversing direction after reaching 23 years ago
Tom Lane 6ba8af9d5d Remove restriction that cast functions cannot be volatile. This 23 years ago
Tom Lane e0a1ee2053 Cleaner solution to the problem of loading pre-7.3 dumps containing 23 years ago
Tom Lane 330b4e4215 Changes of 6-Sep-02 broke pg_restore's ability to recognize tar-format 23 years ago
Tom Lane 21166170c8 Fix assign_session_authorization() to not be confused by all-numeric 23 years ago
Tom Lane 361eaa185f Prevent core dump from calling Tcl_DontCallWhenDeleted() with a null 23 years ago
Tom Lane 032235cafe Apply ljb's patch to prevent both memory leak and core dump during 23 years ago
Tom Lane f51c7ca182 Make plpython's spi_execute interface handle NULLs properly. 23 years ago
Tom Lane 6f49703f0e Clean up plpython error reporting so that its regression test passes 23 years ago
Tom Lane 9d00798720 Tweak bison build rules so that we get the same error messages from 23 years ago
Tom Lane bd96dd1184 Allow a time zone to be specified (and silently ignored) in the input 23 years ago
Tom Lane 37b247a5e9 Handle mixed-case names properly in plpgsql_parse_tripwordtype. 23 years ago
Tom Lane 0de771dd5c Fix typo, per Neil Conway. 23 years ago
Tom Lane 4ec457ad58 Fix regression in .pgpass support. From Neil Conway. 23 years ago
Tom Lane 887edf4ff7 Update release history for 7.2.4. 23 years ago
Tom Lane 26f56131ae SPI_exec shouldn't return SPI_OK_SELECT if it hasn't actually returned 23 years ago
Bruce Momjian 6976205b4b Update release steps. 23 years ago
Tom Lane 5fdb142f16 Tweak ArrayCount() to forestall possible access to temp[-1]. Problem 23 years ago
Tom Lane 3cb282f3e6 Guard against array overrun, per report from Yichen Xie. This case 23 years ago
Tom Lane 23b8a0ce61 Repair array subscript overrun identified by Yichen Xie. Reduce the 23 years ago
Tom Lane b8add56ed0 Fix array subscript overruns identified by Yichen Xie. 23 years ago
Tom Lane 2e46b762eb Extend join-selectivity API (oprjoin interface) so that join type is 23 years ago
Peter Eisentraut 955a1f81a7 Factor out the code that detects the long long int snprintf format into a 23 years ago
Tom Lane c0276244b1 Convert variable name to canonical spelling before checking for matches 23 years ago
Bruce Momjian 7af352d091 Revert off setting mention for client_min_messages. 23 years ago
Bruce Momjian f21fb30dfc Revert optimizer page count change. 23 years ago
Bruce Momjian bd175cc9fb Set log_min_error_messages to the proper and agreed-upon default, PANIC (off). 23 years ago
Bruce Momjian d42a476621 Add blank line. 23 years ago
Bruce Momjian c177ba99bd Move: 23 years ago
Bruce Momjian 9b9b14915b Fix typo 233 pages -> 333 pages. 23 years ago
Tom Lane 70fba70430 Upgrade cost estimation for joins, per discussion with Bradley Baetz. 23 years ago
Bruce Momjian b2773d4099 Remove mention of 6.5 max backends. 23 years ago
Tom Lane 33875872fd Get rid of last few unadorned 'permission denied' messages. 23 years ago
Tom Lane 4b833d080b Prevent core dump when die_horribly() is called with null AH pointer. 23 years ago
Bruce Momjian 4dc2bceef4 Mark IN performance problem as fixed in 7.4 23 years ago
Bruce Momjian dc87ea755c Include IPv6 addresses in pg_hba.conf even if IPv6 is not supported; at 23 years ago
Bruce Momjian 677d77817d Add: 23 years ago
Tom Lane 9f5f212475 Allow the planner to collapse explicit inner JOINs together, rather than 23 years ago
Tom Lane 15ab7a8720 Where available, use utime() or utimes() to update the file mod time 23 years ago
Tom Lane 80727ce14f Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment, 23 years ago
Tom Lane 7a196bab23 Suppress gcc warnings. 23 years ago
Tom Lane f5e83662d0 Modify planner's implied-equality-deduction code so that when a set 23 years ago
Peter Eisentraut ef7422510e Grant options, and cascading revoke. Grant options are allowed only for 23 years ago
Dave Cramer aa78ca3a95 added fix from Joel Hock to get the inserted row into the current buffer 23 years ago
Tom Lane 36777c1e35 Fix obsolete error message (isImmutable doesn't exist). 23 years ago
Tom Lane 790d5bc992 Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs, 23 years ago