Commit Graph

26948 Commits (0a0fe2ff6ef65e3a1cf4d83d96eab144477a0220)

Author SHA1 Message Date
Tom Lane 0a0fe2ff6e Add now-required #include. 11 years ago
Joe Conway 808ea8fc7b Add assign_expr_collations() to CreatePolicy() and AlterPolicy(). 11 years ago
Tom Lane 45811be94e Fix postmaster's handling of a startup-process crash. 11 years ago
Fujii Masao 6ba365aa46 Fix obsolete comment regarding NOTICE message level. 11 years ago
Fujii Masao c2e5f4d1c1 Make wal_compression PGC_SUSET rather than PGC_USERSET. 11 years ago
Heikki Linnakangas 23b8928829 Use --debug flag in "remote" pg_rewind regression tests. 11 years ago
Heikki Linnakangas 1ea06203b8 Improve logging of TAP tests. 11 years ago
Noah Misch bfb4cf12ab Add .gitignore entries for AIX-specific intermediate build artifacts. 11 years ago
Noah Misch 1e700e0fa0 Given a gcc-compatible xlc compiler, prefer xlc-style atomics. 11 years ago
Noah Misch 0d32d2e693 Finish generic-xlc.h draft atomics implementation. 11 years ago
Noah Misch be8b06c364 Revoke support for strxfrm() that write past the specified array length. 11 years ago
Noah Misch b28244abe5 Replace use of "diff -q". 11 years ago
Noah Misch e135c3d99f Fix null pointer dereference in "\c" psql command. 11 years ago
Joe Conway e66a45344f Improve regression test coverage of table lock modes vs permissions. 11 years ago
Fujii Masao 61fc420b57 Fix incorrect path in pg_regress log messages. 11 years ago
Tom Lane 9a8f583310 Fix portability issue in pg_upgrade test script: avoid $PWD. 11 years ago
Heikki Linnakangas 414bef30bf Improve handling of out-of-memory in libpq. 11 years ago
Fujii Masao c81c956477 Add tab-completion for psql meta-commands. 11 years ago
Andres Freund 275f05c990 Add psql PROMPT variable showing the pid of the connected to backend. 11 years ago
Andres Freund b2f6f749c7 Fix logical decoding bug leading to inefficient reopening of files. 11 years ago
Andres Freund 5c0de384d2 Fix pg_recvlogical not to fsync output when it's a tty or pipe. 11 years ago
Joe Conway 02eac01f91 Make RLS related error messages more consistent and compliant. 11 years ago
Heikki Linnakangas 6c534fd685 Turn install.bat into a pure one line wrapper fort he perl script. 11 years ago
Heikki Linnakangas 8e33fc1784 Call getsockopt() on the correct socket. 11 years ago
Heikki Linnakangas 4f33621f3f Don't set SO_SNDBUF on recent Windows versions that have a bigger default. 11 years ago
Tom Lane 22ba5563ad Make a editorial pass over pgbench's error messages. 11 years ago
Tom Lane 5516549770 Fix some typos in regression test comments. 11 years ago
Tom Lane 6c82d8d1fd Further reduce overhead for passing plpgsql variables to the executor. 11 years ago
Tom Lane 5e7c3d91bf Add documentation and regression tests concerning rounding of numerics. 11 years ago
Tom Lane 8eb6407aae Add psql \ev and \sv commands for editing and showing view definitions. 11 years ago
Heikki Linnakangas 1bc90f7a7b Remove thread-emulation support from pgbench. 11 years ago
Heikki Linnakangas 9031ff91a1 Fix pgbench progress report behaviour when pgbench or a query gets stuck. 11 years ago
Heikki Linnakangas ba3deeefb0 Lift the limitation that # of clients must be a multiple of # of threads 11 years ago
Fujii Masao 8650d161ae Make WAL-related utilities handle .partial WAL files properly. 11 years ago
Tom Lane 5671aaca87 Improve pg_restore's -t switch to match all types of relations. 11 years ago
Tom Lane a5d489ccb7 Make numeric form of PG version number readily available in Makefiles. 11 years ago
Tom Lane ac50f84866 Fix misuse of TextDatumGetCString(). 11 years ago
Tom Lane 10fb48d66d Add an optional missing_ok argument to SQL function current_setting(). 11 years ago
Heikki Linnakangas 7261172430 Remove obsolete heap_formtuple/modifytuple/deformtuple functions. 11 years ago
Heikki Linnakangas a3fd7afe30 Remove "const" from convertTSFunction()'s return type. 11 years ago
Heikki Linnakangas f712289ffa Plug some trivial memory leaks in pg_dump and pg_upgrade. 11 years ago
Joe Conway 1fd0d5ec03 Whitespace fix - replace tab with spaces in CREATE TABLE command. 11 years ago
Heikki Linnakangas 7b156c1e07 Don't emit a spurious space at end of line in pg_dump of event triggers. 11 years ago
Heikki Linnakangas f92d6a540a Use appendStringInfoString/Char et al where appropriate. 11 years ago
Heikki Linnakangas 7931622d1d Fix name of argument to pg_stat_file. 11 years ago
Andrew Dunstan d5d00294b0 Allow MSVC's contribcheck and modulescheck to run independently. 11 years ago
Fujii Masao fb174687f7 Make use of xlog_internal.h's macros in WAL-related utilities. 11 years ago
Tom Lane 1e24cf645d Don't leave pg_hba and pg_ident data lying around in running backends. 11 years ago
Tom Lane d7c19d6855 Make sampler_random_fract() actually obey its API contract. 11 years ago
Fujii Masao 8217370864 Make XLogFileCopy() look the same as in 9.4. 11 years ago