Commit Graph

48577 Commits (4109bb5de4998b9301ea2ac18c9d6dfb0b4f900b)
 

Author SHA1 Message Date
Magnus Hagander 4109bb5de4 Include error code in message from pg_upgrade 6 years ago
Michael Paquier 59f9cd9dd5 Fix build failure on header generation with repetitive builds of MSVC 6 years ago
Tom Lane 36390713a6 Fix compile failure. 6 years ago
Andres Freund 2742c45080 expression eval: Reduce number of steps for agg transition invocations. 6 years ago
Michael Paquier 7d672b76bf Issue properly WAL record for CID of first catalog tuple in multi-insert 6 years ago
Tom Lane 3d475515a1 Account explicitly for long-lived FDs that are allocated outside fd.c. 6 years ago
Peter Eisentraut 1420617b14 Change client-side fsync_fname() to report errors fatally 6 years ago
Robert Haas a91e2fa941 Adapt hashfn.c and hashutils.h for frontend use. 6 years ago
Robert Haas 9341c783cc Put all the prototypes for hashfn.c into the same header file. 6 years ago
Robert Haas 07b95c3d83 Move bitmap_hash and bitmap_match to bitmapset.c. 6 years ago
Michael Paquier bf883b211e Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backups 6 years ago
Peter Eisentraut 79c2385915 Factor out InitControlFile() from BootStrapXLOG() 6 years ago
Peter Eisentraut 9745f93afc Reformat code comment 6 years ago
Peter Eisentraut 5f1b8260af pg_resetwal: Rename function to avoid potential conflict 6 years ago
Tom Lane ec4a7851d5 Adjust Solution.pm to set HAVE_STDINT_H. 6 years ago
Peter Eisentraut b24e125696 Fix perlcritic warnings 6 years ago
Peter Eisentraut 73c8596488 Allow running src/tools/msvc/mkvcbuild.pl under not Windows 6 years ago
Tom Lane f4d59369d2 Assume that we have signed integral types and flexible array members. 6 years ago
Tom Lane 97cf1fa4ed Assume that we have <wchar.h>. 6 years ago
Tom Lane 481c8e9232 Assume that we have utime() and <utime.h>. 6 years ago
Tom Lane f88a058200 Assume that we have rint(). 6 years ago
Tom Lane 1200d71a09 Assume that we have memmove(). 6 years ago
Tom Lane abe41f453a Assume that we have cbrt(). 6 years ago
Tom Lane 7fde892bc1 Assume that we have isinf(). 6 years ago
Tom Lane 799d22461a Assume that we have functional, 64-bit fseeko()/ftello(). 6 years ago
Peter Eisentraut 3f9c1697dc Fix compiler warnings on 64-bit Windows 6 years ago
Jeff Davis b7fabe80df Fixup for nodeAgg.c refactor. 6 years ago
Etsuro Fujita 032f9ae012 Avoid redundant checks in partition_bounds_copy(). 6 years ago
Peter Eisentraut 957338418b Require stdint.h 6 years ago
Michael Paquier dca3911a81 Doc: Fix instructions to control build environment with MSVC 6 years ago
Alvaro Herrera b2304a7174
Simplify FK-to-partitioned regression test query 6 years ago
Etsuro Fujita 53b01acd46 Remove extra word from comment. 6 years ago
Michael Paquier d55e9ae263 Cleanup more code related to ws2_32.dll loading in src/port/getaddrinfo.c 6 years ago
Tom Lane 6a8e5605b5 Doc: discourage use of partial indexes for poor-man's-partitioning. 6 years ago
Tom Lane 70a7732007 Remove support for upgrading extensions from "unpackaged" state. 6 years ago
Peter Eisentraut 2f9c46a32b Fix typo 6 years ago
Tom Lane 761a5688b1 Fix confusion about event trigger vs. plain function in plpgsql. 6 years ago
Peter Eisentraut 2ed19a488e Set gen_random_uuid() to volatile 6 years ago
Jeff Davis 5b618e1f48 Minor refactor of nodeAgg.c. 6 years ago
Jeff Davis 8021985d79 logtape.c: allocate read buffer even for an empty tape. 6 years ago
Fujii Masao 0074919794 Fix mesurement of elapsed time during truncating heap in VACUUM. 6 years ago
Michael Paquier e2e02191e2 Clean up some code, comments and docs referring to Windows 2000 and older 6 years ago
Amit Kapila e3ff789acf Stop demanding that top xact must be seen before subxact in decoding. 6 years ago
Peter Geoghegan fe9b92854e Remove obsolete _bt_compare() comment. 6 years ago
Fujii Masao b7e51b350c Make inherited LOCK TABLE perform access permission checks on parent table only. 6 years ago
Michael Paquier 958f9fb98d Remove duplicated words in comments 6 years ago
Michael Paquier ddfc3c1499 Fix grammar in monitoring.sgml 6 years ago
Tom Lane f31364676d Teach pg_dump to dump comments on RLS policy objects. 6 years ago
Peter Eisentraut c6679e4fca Optimize update of tables with generated columns 6 years ago
Peter Eisentraut ad3ae64770 Fill in extraUpdatedCols in logical replication 6 years ago