Commit Graph

45501 Commits (dcb2efdbdd8fe46be35069ea58acebbc4ff2723a)
 

Author SHA1 Message Date
Bruce Momjian dcb2efdbdd doc: add doc link for 'applicable_roles' 8 years ago
Jeff Davis 91f26d5fe4 Change extension of spilled ReorderBufferChange data to ".tmp". 8 years ago
Jeff Davis e75733d46c Comment fix for rewriteheap.h. 8 years ago
Bruce Momjian 7abf8ee1e8 docs: Clarify pg_ctl initdb option text to match options proto. 8 years ago
Bruce Momjian a6ca9c2a1b docs: clarify plpython SD and GD dictionary behavior 8 years ago
Andres Freund 8ecdefc261 Remove test for VA_ARGS, implied by C99. 8 years ago
Andres Freund cb92520563 LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available. 8 years ago
Tom Lane b0c5da615e Suppress uninitialized-variable warning in new SCRAM code. 8 years ago
Michael Paquier db72302b0a Fix documentation for run-time partition pruning 8 years ago
Andres Freund 143290efd0 Introduce minimal C99 usage to verify compiler support. 8 years ago
Andres Freund d9dd406fe2 Require C99 (and thus MSCV 2013 upwards). 8 years ago
Michael Paquier a569eea699 Add more tests for VACUUM skips with partitioned tables 8 years ago
Andres Freund 88ebd62fcc Deduplicate code between slot_getallattrs() and slot_getsomeattrs(). 8 years ago
Andrew Gierth a40631a920 Fix lexing of standard multi-character operators in edge cases. 8 years ago
Andrew Gierth d4a63f8297 Reduce an unnecessary O(N^3) loop in lexer. 8 years ago
Tom Lane 5ca0077419 In libpq, don't look up all the hostnames at once. 8 years ago
Peter Eisentraut 2d41d914ab Copy-editing of pg_verify_checksums help and ref page 8 years ago
Peter Eisentraut d2cc897b3d PL/pgSQL: Extend test case 8 years ago
Alvaro Herrera d10f774165 Return type of txid_status is text, not txid_status 8 years ago
Peter Eisentraut 7ceb6fb84c doc: Clarify some wording in PL/pgSQL about transactions 8 years ago
Peter Eisentraut 0a63f996e0 Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax 8 years ago
Peter Eisentraut d12782898e Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax 8 years ago
Peter Eisentraut b19495772e doc: Update uses of the word "procedure" 8 years ago
Thomas Munro af63926cf5 Wrap long line in postgresql.conf.sample. 8 years ago
Thomas Munro f9fe269ca2 Provide plan_cache_mode options in postgresql.conf.sample. 8 years ago
Michael Paquier b965f26171 Do not dump identity sequences with excluded parent table 8 years ago
Michael Paquier 98abc73802 Add regression tests for VACUUM and ANALYZE with relation skips 8 years ago
Alvaro Herrera 55a0154efd Fix typo 8 years ago
Alvaro Herrera 083651da17 fix typo 8 years ago
Alvaro Herrera 69c7890441 Fix typo 8 years ago
Michael Paquier 72be8c29a1 Fix set of NLS translation issues 8 years ago
Michael Paquier d8c83800c3 Fix typo in description of enable_parallel_hash 8 years ago
Michael Paquier 1339fcc896 Clarify comment about assignment and reset of temp namespace ID in MyProc 8 years ago
Noah Misch f3efef434f MSVC: Finish clean.bat tmp_check coverage. 8 years ago
Noah Misch a53f0edd64 MSVC: Remove any tmp_check directory before running a TAP test suite. 8 years ago
Peter Eisentraut d83423db86 Improve error messages for CREATE OR REPLACE PROCEDURE 8 years ago
Tom Lane 47183265ed Doc: remove obsolete advice about manually inserting snprintf into build. 8 years ago
Tom Lane 6771c932cf Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands. 8 years ago
Peter Eisentraut e4597ee65d InsertPgAttributeTuple() to set attcacheoff 8 years ago
Andrew Gierth 520acab171 Set scan direction appropriately for SubPlans (bug #15336) 8 years ago
Tom Lane 9bed827b18 Fix configure's snprintf test so it exposes HP-UX bug. 8 years ago
Bruce Momjian b94f7b5350 pg_upgrade: issue helpful error message for use on standbys 8 years ago
Michael Paquier ee80124811 Mention ownership requirements for REFRESH MATERIALIZED VIEW in docs 8 years ago
Thomas Munro 96e98fa260 Proof-reading for documentation. 8 years ago
Peter Eisentraut 9d0aa4f4d2 Remove unused configure test for ldopen() 8 years ago
Tomas Vondra c4c3400885 Use the built-in float datatypes to implement geometric types 8 years ago
Tomas Vondra a082aed072 Remove remaining GEODEBUG references from geo_ops.c 8 years ago
Tom Lane e1d19c902e Require a C99-compliant snprintf(), and remove related workarounds. 8 years ago
Alvaro Herrera 1eb9221585 Fix executor prune failure when plan already pruned 8 years ago
Tomas Vondra fa73b377ee Close the file descriptor in ApplyLogicalMappingFile 8 years ago