Commit Graph

38695 Commits (e66a45344ff33d64aa6ff50673ff9fe8577ea6db)
 

Author SHA1 Message Date
Joe Conway e66a45344f Improve regression test coverage of table lock modes vs permissions. 10 years ago
Fujii Masao 61fc420b57 Fix incorrect path in pg_regress log messages. 10 years ago
Tom Lane 9a8f583310 Fix portability issue in pg_upgrade test script: avoid $PWD. 10 years ago
Heikki Linnakangas 414bef30bf Improve handling of out-of-memory in libpq. 10 years ago
Fujii Masao c81c956477 Add tab-completion for psql meta-commands. 10 years ago
Andres Freund 4af04f96bc Refer to %p in the psql docs as 'process ID' not 'pid'. 10 years ago
Andres Freund 275f05c990 Add psql PROMPT variable showing the pid of the connected to backend. 10 years ago
Andres Freund b2f6f749c7 Fix logical decoding bug leading to inefficient reopening of files. 10 years ago
Andres Freund 5c0de384d2 Fix pg_recvlogical not to fsync output when it's a tty or pipe. 10 years ago
Joe Conway 02eac01f91 Make RLS related error messages more consistent and compliant. 10 years ago
Heikki Linnakangas 6c534fd685 Turn install.bat into a pure one line wrapper fort he perl script. 10 years ago
Heikki Linnakangas 8e33fc1784 Call getsockopt() on the correct socket. 10 years ago
Heikki Linnakangas 4f33621f3f Don't set SO_SNDBUF on recent Windows versions that have a bigger default. 10 years ago
Fujii Masao 906e924949 Remove incorrect warning from pg_archivecleanup document. 10 years ago
Tom Lane 22ba5563ad Make a editorial pass over pgbench's error messages. 10 years ago
Tom Lane 5516549770 Fix some typos in regression test comments. 10 years ago
Tom Lane 6c82d8d1fd Further reduce overhead for passing plpgsql variables to the executor. 10 years ago
Tom Lane 252404625a Fix bad grammar in brin.sgml. 10 years ago
Tom Lane 5e7c3d91bf Add documentation and regression tests concerning rounding of numerics. 10 years ago
Tom Lane 8eb6407aae Add psql \ev and \sv commands for editing and showing view definitions. 10 years ago
Heikki Linnakangas 1bc90f7a7b Remove thread-emulation support from pgbench. 10 years ago
Heikki Linnakangas 9031ff91a1 Fix pgbench progress report behaviour when pgbench or a query gets stuck. 10 years ago
Heikki Linnakangas ba3deeefb0 Lift the limitation that # of clients must be a multiple of # of threads 10 years ago
Fujii Masao 8650d161ae Make WAL-related utilities handle .partial WAL files properly. 10 years ago
Tom Lane 5671aaca87 Improve pg_restore's -t switch to match all types of relations. 10 years ago
Tom Lane a5d489ccb7 Make numeric form of PG version number readily available in Makefiles. 10 years ago
Tom Lane ac50f84866 Fix misuse of TextDatumGetCString(). 10 years ago
Tom Lane 10fb48d66d Add an optional missing_ok argument to SQL function current_setting(). 10 years ago
Heikki Linnakangas 7261172430 Remove obsolete heap_formtuple/modifytuple/deformtuple functions. 10 years ago
Heikki Linnakangas a3fd7afe30 Remove "const" from convertTSFunction()'s return type. 10 years ago
Heikki Linnakangas f712289ffa Plug some trivial memory leaks in pg_dump and pg_upgrade. 10 years ago
Joe Conway 1fd0d5ec03 Whitespace fix - replace tab with spaces in CREATE TABLE command. 10 years ago
Heikki Linnakangas a2edb023d0 Replace obsolete autoconf macros with their modern replacements. 10 years ago
Heikki Linnakangas 7b156c1e07 Don't emit a spurious space at end of line in pg_dump of event triggers. 10 years ago
Heikki Linnakangas f92d6a540a Use appendStringInfoString/Char et al where appropriate. 10 years ago
Heikki Linnakangas 7931622d1d Fix name of argument to pg_stat_file. 10 years ago
Heikki Linnakangas 5b1b6bf49b Use American spelling for "behavior". 10 years ago
Andrew Dunstan d5d00294b0 Allow MSVC's contribcheck and modulescheck to run independently. 10 years ago
Fujii Masao fb174687f7 Make use of xlog_internal.h's macros in WAL-related utilities. 10 years ago
Tom Lane 1e24cf645d Don't leave pg_hba and pg_ident data lying around in running backends. 10 years ago
Tom Lane d7c19d6855 Make sampler_random_fract() actually obey its API contract. 10 years ago
Fujii Masao 8217370864 Make XLogFileCopy() look the same as in 9.4. 10 years ago
Tom Lane 7f32dbcd73 Fix broken link in documentation. 10 years ago
Andres Freund 1561b541fd Fix typo and omission in my earlier 9.5 release notes commit. 10 years ago
Andres Freund c0b0501925 Improve 9.5 release notes. 10 years ago
Tom Lane 019f7813da Stamp shared-library minor version numbers for 9.6. 10 years ago
Tom Lane cf8d65de10 Stamp HEAD as 9.6devel. 10 years ago
Alvaro Herrera ab93f90cd3 Test -lrt for sched_yield 10 years ago
Tom Lane 131926a52d Remove useless check for NULL subexpression. 10 years ago
Heikki Linnakangas 302ac7f271 Add assertion to check the special size is sane before dereferencing it. 10 years ago