Commit Graph

39537 Commits (3ef16c46fb3a64c150a3b42c3cc4a8538a12ff3f)
 

Author SHA1 Message Date
Tom Lane 3ef16c46fb Add some checks on "char"-type columns to type_sanity and opr_sanity. 10 years ago
Tom Lane 26d538dc93 Clean up some lack-of-STRICT issues in the core code, too. 10 years ago
Tom Lane 1cb63c791c Clean up code for widget_in() and widget_out(). 10 years ago
Simon Riggs b602842613 Revoke change to rmgr desc of btree vacuum 10 years ago
Tom Lane 529baf6a2f Add STRICT to some C functions created by the regression tests. 10 years ago
Simon Riggs 687f2cd7a0 Avoid pin scan for replay of XLOG_BTREE_VACUUM 10 years ago
Alvaro Herrera 4631721166 Revert "Blind attempt at a Cygwin fix" 10 years ago
Alvaro Herrera e9282e9532 Blind attempt at a Cygwin fix 10 years ago
Magnus Hagander 2650486ebc Fix typo in comment 10 years ago
Magnus Hagander c662ef1d03 Remove reundand include of TestLib 10 years ago
Tom Lane a54676acad Marginal cleanup of GROUPING SETS code in grouping_planner(). 10 years ago
Tom Lane c44d013835 Delay creation of subplan tlist until after create_plan(). 10 years ago
Alvaro Herrera f81c966d20 Fix order of arguments to va_start() 10 years ago
Tom Lane b41fb65056 Fix unobvious interaction between -X switch and subdirectory creation. 10 years ago
Alvaro Herrera fa838b555f Add win32security to LIBOBJS 10 years ago
Tom Lane 33b054bc79 Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA. 10 years ago
Alvaro Herrera b1a9bad9e7 pgstat: add WAL receiver status view & SRF 10 years ago
Tom Lane 6b1a837f69 Remove vestigial CHECK_FOR_INTERRUPTS call. 10 years ago
Tom Lane 5e0b5dcab6 Provide more detail in postmaster log for password authentication failures. 10 years ago
Alvaro Herrera a967613911 Windows: Make pg_ctl reliably detect service status 10 years ago
Tom Lane dad08994b2 In initdb's post-bootstrap phase, drop temp tables explicitly. 10 years ago
Tom Lane 4bf87169cc Comment typo fix. 10 years ago
Tatsuo Ishii 65681d08b4 Fix typo in create_transform.sgml. 10 years ago
Alvaro Herrera abb1733922 Add scale(numeric) 10 years ago
Tom Lane 419400c5da Remove some ancient and unmaintained encoding-conversion test cruft. 10 years ago
Tom Lane 3343ea9e8e Sort $(wildcard) output where needed for reproducible build output. 10 years ago
Alvaro Herrera 4aecd22d3c Make pg_receivexlog silent with 9.3 and older servers 10 years ago
Tom Lane 921191912c In opr_sanity regression test, check for unexpected uses of cstring. 10 years ago
Tom Lane ea0d494dae Make the to_reg*() functions accept text not cstring. 10 years ago
Alvaro Herrera efa318bcfa Make pg_shseclabel available in early backend startup 10 years ago
Tom Lane 83be1844ac Add to_regnamespace() and to_regrole() to the documentation. 10 years ago
Tom Lane 4f18010af1 Convert psql's tab completion for backslash commands to the new style. 10 years ago
Tom Lane 9b181b0363 In psql's tab completion, change most TailMatches patterns to Matches. 10 years ago
Tom Lane 7debf36072 Docs: provide a concrete discussion and example for RLS race conditions. 10 years ago
Tom Lane 5d35438273 Adjust behavior of row_security GUC to match the docs. 10 years ago
Robert Haas 8978eb03a8 Fix typo in comment. 10 years ago
Tom Lane b0cadc08fe Fix regrole and regnamespace output functions to do quoting, too. 10 years ago
Tom Lane fb1227af67 Fix regrole and regnamespace types to honor quoting like other reg* types. 10 years ago
Tom Lane f47b602df8 Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy. 10 years ago
Tom Lane c1611db01f Do some copy-editing on the docs for row-level security. 10 years ago
Tom Lane 939d10cd87 Guard against null arguments in binary_upgrade_create_empty_extension(). 10 years ago
Tom Lane c6aeba353a Do some copy-editing on the docs for replication origins. 10 years ago
Tom Lane 027989197a Do a final round of copy-editing on the 9.5 release notes. 10 years ago
Tom Lane 90e61df813 Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition. 10 years ago
Tom Lane b416c0bb62 Teach pg_dump to quote reloption values safely. 10 years ago
Tom Lane 7157fe80f4 Fix overly-strict assertions in spgtextproc.c. 10 years ago
Tom Lane df35af2ca7 Adjust back-branch release note description of commits a2a718b22 et al. 10 years ago
Tom Lane de7c8dbea1 Make copyright.pl cope with nonstandard case choices in copyright notices. 10 years ago
Tom Lane 48c9f2889a Update copyright for 2016 10 years ago
Tom Lane ad08bf5c8b Update copyright for 2016 10 years ago