Commit Graph

38028 Commits (a0f5954af19ddcfea946b15744f2006a789dc4bd)
 

Author SHA1 Message Date
Andres Freund a0f5954af1 Increase max_wal_size's default from 128MB to 1GB. 11 years ago
Andres Freund 241f088f36 Adjust valgrind suppressions wrt 025c02420. 11 years ago
Andres Freund 51c11a7025 Remove pause_at_recovery_target recovery.conf setting. 11 years ago
Fujii Masao cd6c45cbee Suppress maybe-uninitialized compiler warnings. 11 years ago
Tom Lane 5ff683962e Remove obsolete comment. 11 years ago
Peter Eisentraut 959df4b5fc doc: Remove link to outdated dtrace project on pgfoundry 11 years ago
Tom Lane 91f4a5a976 Build src/port/dirmod.c only on Windows. 11 years ago
Tom Lane df9ebf1eea Remove workaround for ancient incompatibility between readline and libedit. 11 years ago
Tatsuo Ishii 364c006c1f Fix integer overflow in debug message of walreceiver 11 years ago
Robert Haas 82fe8b1119 Document the new custom scan APIs. 11 years ago
Tom Lane ebc0f5e01d Improve documentation of bt_page_items(). 11 years ago
Tom Lane 443fd0540e Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples. 11 years ago
Heikki Linnakangas 26d2c5dc8d Fix memory leaks in GIN index vacuum. 11 years ago
Tom Lane f4abd0241d Support flattening of empty-FROM subqueries and one-row VALUES tables. 11 years ago
Tom Lane b746d0c32d Fix old bug in get_loop_count(). 11 years ago
Tom Lane b55722692b Improve planner's cost estimation in the presence of semijoins. 11 years ago
Peter Eisentraut ff2faeec5c PL/Python: Fix regression tests for Python 3 11 years ago
Alvaro Herrera 4464303405 Support default ACLs in get_object_address 11 years ago
Alvaro Herrera d4d7777548 Fix libpq test expected output file 11 years ago
Alvaro Herrera 890192e99a Support user mappings in get_object_address 11 years ago
Peter Eisentraut 1ce7a57ca6 PL/Python: Avoid lossiness in float conversion 11 years ago
Robert Haas bc93ac12c2 Require non-NULL pstate for all addRangeTableEntryFor* functions. 11 years ago
Tom Lane c6b3c939b7 Make operator precedence follow the SQL standard more closely. 11 years ago
Tom Lane 21dcda2713 Allocate ParamListInfo once per plpgsql function, not once per expression. 11 years ago
Robert Haas e96b7c6b9f sepgsql: Improve error message when unsupported object type is labeled. 11 years ago
Robert Haas e529cd4ffa Suggest to the user the column they may have meant to reference. 11 years ago
Andres Freund bbfd7edae5 Add macros wrapping all usage of gcc's __attribute__. 11 years ago
Alvaro Herrera 66ece312f9 Refactor Mkvcbuild.pm to facilitate modules migrations 11 years ago
Fujii Masao 57aa5b2bb1 Add GUC to enable compression of full page images stored in WAL. 11 years ago
Tom Lane 2fbb286647 Clean up the mess from => patch. 11 years ago
Alvaro Herrera bb7b35caf7 Fix stray sentence fragment in shared_preload_libraries documentation 11 years ago
Alvaro Herrera e491bd2ee3 Move BRIN page type to page's last two bytes 11 years ago
Robert Haas 865f14a2d3 Allow named parameters to be specified using => in addition to := 11 years ago
Alvaro Herrera 4f3924d9cd Keep CommitTs module in sync in standby and master 11 years ago
Alvaro Herrera e3f1c24b99 Fix crasher bugs in previous commit 11 years ago
Alvaro Herrera 31eae6028e Allow CURRENT/SESSION_USER to be used in certain commands 11 years ago
Michael Meskes fa83f80945 Ignore leftover artifacts from ecpg testsuite runs on Windows. 11 years ago
Michael Meskes 2093eb4d4c Revert "Ignore object files generated by ecpg test suite on Windows" 11 years ago
Robert Haas 2720e96a9b Fix handling of sortKeys field in Tuplesortstate. 11 years ago
Heikki Linnakangas f1fd515b39 Move WAL-related definitions from dbcommands.h to separate header file. 11 years ago
Michael Meskes b9e538b190 Ignore object files generated by ecpg test suite on Windows 11 years ago
Fujii Masao 828599acec Fix typo in comment. 11 years ago
Fujii Masao c74c04b8aa Add missing "goto err" statements in xlogreader.c. 11 years ago
Peter Eisentraut 5a2a48f036 Sort SUBDIRS variable in src/bin/Makefile 11 years ago
Tom Lane ef75508efc Cast to (void *) rather than (int *) when passing int64's to PQfn(). 11 years ago
Tom Lane 01cca2c1b1 Remove struct PQArgBlock from server-side header libpq/libpq.h. 11 years ago
Tom Lane 1a0bc4c2bf Fix documentation for libpq's PQfn(). 11 years ago
Tom Lane 90c35a9ed0 Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM. 11 years ago
Tom Lane ac0914285a Fix erroneous error message for REINDEX SYSTEM. 11 years ago
Noah Misch 9d265ae77a Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS). 11 years ago