Commit Graph

38045 Commits (12968cf4085409c50f70c6643d92befdb34008f6)
 

Author SHA1 Message Date
Robert Haas 12968cf408 Add flags argument to dsm_create. 10 years ago
Bruce Momjian 5f286c0242 doc: ALTER DOMAIN VALIDATE CONSTRAINT can also fail 10 years ago
Robert Haas bf740ce9e5 Fix status reporting for terminated bgworkers that were never started. 10 years ago
Bruce Momjian 417f78a517 pg_upgrade: document use of rsync for slave upgrades 10 years ago
Alvaro Herrera 13dbc7a824 array_offset() and array_offsets() 10 years ago
Alvaro Herrera f9dead5624 Install shared libraries to bin/ in Windows under MSVC 10 years ago
Alvaro Herrera b8d226b4f9 Setup cursor position for schema-qualified elements 10 years ago
Alvaro Herrera 0d83138974 Rationalize vacuuming options and parameters 10 years ago
Andres Freund 4559167c6b Remove docs missed in 51c11a7025. 10 years ago
Alvaro Herrera a190738457 Fix out-of-array-bounds compiler warning 10 years ago
Alvaro Herrera a61fd5334e Support opfamily members in get_object_address 10 years ago
Tom Lane 8d1f239003 Replace insertion sort in contrib/intarray with qsort(). 10 years ago
Tom Lane 7b8b8a4331 Improve representation of PlanRowMark. 10 years ago
Tom Lane 9fac5fd741 Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h. 10 years ago
Tom Lane 8008959773 src/port/dirmod.c needs to be built on Cygwin too. 10 years ago
Tom Lane d1e9214e4f Add missing documentation for PGC_SU_BACKEND in description of pg_settings. 10 years ago
Andres Freund 4f1b890b13 Merge the various forms of transaction commit & abort records. 10 years ago
Andres Freund a0f5954af1 Increase max_wal_size's default from 128MB to 1GB. 10 years ago
Andres Freund 241f088f36 Adjust valgrind suppressions wrt 025c02420. 10 years ago
Andres Freund 51c11a7025 Remove pause_at_recovery_target recovery.conf setting. 10 years ago
Fujii Masao cd6c45cbee Suppress maybe-uninitialized compiler warnings. 10 years ago
Tom Lane 5ff683962e Remove obsolete comment. 10 years ago
Peter Eisentraut 959df4b5fc doc: Remove link to outdated dtrace project on pgfoundry 10 years ago
Tom Lane 91f4a5a976 Build src/port/dirmod.c only on Windows. 10 years ago
Tom Lane df9ebf1eea Remove workaround for ancient incompatibility between readline and libedit. 10 years ago
Tatsuo Ishii 364c006c1f Fix integer overflow in debug message of walreceiver 10 years ago
Robert Haas 82fe8b1119 Document the new custom scan APIs. 10 years ago
Tom Lane ebc0f5e01d Improve documentation of bt_page_items(). 10 years ago
Tom Lane 443fd0540e Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples. 10 years ago
Heikki Linnakangas 26d2c5dc8d Fix memory leaks in GIN index vacuum. 10 years ago
Tom Lane f4abd0241d Support flattening of empty-FROM subqueries and one-row VALUES tables. 10 years ago
Tom Lane b746d0c32d Fix old bug in get_loop_count(). 10 years ago
Tom Lane b55722692b Improve planner's cost estimation in the presence of semijoins. 10 years ago
Peter Eisentraut ff2faeec5c PL/Python: Fix regression tests for Python 3 10 years ago
Alvaro Herrera 4464303405 Support default ACLs in get_object_address 10 years ago
Alvaro Herrera d4d7777548 Fix libpq test expected output file 10 years ago
Alvaro Herrera 890192e99a Support user mappings in get_object_address 10 years ago
Peter Eisentraut 1ce7a57ca6 PL/Python: Avoid lossiness in float conversion 10 years ago
Robert Haas bc93ac12c2 Require non-NULL pstate for all addRangeTableEntryFor* functions. 10 years ago
Tom Lane c6b3c939b7 Make operator precedence follow the SQL standard more closely. 10 years ago
Tom Lane 21dcda2713 Allocate ParamListInfo once per plpgsql function, not once per expression. 10 years ago
Robert Haas e96b7c6b9f sepgsql: Improve error message when unsupported object type is labeled. 10 years ago
Robert Haas e529cd4ffa Suggest to the user the column they may have meant to reference. 10 years ago
Andres Freund bbfd7edae5 Add macros wrapping all usage of gcc's __attribute__. 10 years ago
Alvaro Herrera 66ece312f9 Refactor Mkvcbuild.pm to facilitate modules migrations 10 years ago
Fujii Masao 57aa5b2bb1 Add GUC to enable compression of full page images stored in WAL. 10 years ago
Tom Lane 2fbb286647 Clean up the mess from => patch. 10 years ago
Alvaro Herrera bb7b35caf7 Fix stray sentence fragment in shared_preload_libraries documentation 10 years ago
Alvaro Herrera e491bd2ee3 Move BRIN page type to page's last two bytes 10 years ago
Robert Haas 865f14a2d3 Allow named parameters to be specified using => in addition to := 10 years ago