Commit Graph

39558 Commits (8d290c8ec6c182a4df1d089c21fe84c7912f01fe)
 

Author SHA1 Message Date
Tom Lane 8d290c8ec6 Re-pgindent a few files. 10 years ago
Tom Lane 57ce9acc04 Remove dead code in pg_dump. 10 years ago
Peter Eisentraut 4189e3d659 psql: Add completion support for DROP INDEX CONCURRENTLY 10 years ago
Magnus Hagander cf7dfbf2d6 Fix minor typo in comment 10 years ago
Robert Haas 23c2dd03d5 Fix spelling mistakes. 10 years ago
Tom Lane a923af382c Fix build_grouping_chain() to not clobber its input lists. 10 years ago
Magnus Hagander 6a61d1ff9d Properly close token in sspi authentication 10 years ago
Tom Lane e72d7d8531 Handle extension members when first setting object dump flags in pg_dump. 10 years ago
Tom Lane 5b5fea2a11 Access pg_dump's options structs through Archive struct, not directly. 10 years ago
Tom Lane 26905e009b Run pgindent on src/bin/pg_dump/* 10 years ago
Peter Eisentraut b1bfb28b58 psql: Improve CREATE INDEX CONCURRENTLY tab completion 10 years ago
Peter Eisentraut bc56d5898d psql: Fix CREATE INDEX tab completion 10 years ago
Peter Eisentraut 7032703009 psql: Update tab completion comment 10 years ago
Simon Riggs e63bb4549a Add new user fn pg_current_xlog_flush_location() 10 years ago
Simon Riggs 1e29e6324c Maintain local LogwrtResult consistently 10 years ago
Tom Lane 796d1e889f Remove no-longer-needed old-style check for incompatible plpythons. 10 years ago
Tom Lane fb6fcbd33f Use LOAD not actual code execution to pull in plpython library. 10 years ago
Tom Lane 866566a690 Avoid dump/reload problems when using both plpython2 and plpython3. 10 years ago
Robert Haas 950ab82c3d Remove obsolete comment. 10 years ago
Peter Eisentraut c618e1b506 doc: Fix typo in logical decoding documentation 10 years ago
Tom Lane 820bdccc1b Remove a useless PG_GETARG_DATUM() call from jsonb_build_array. 10 years ago
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