Commit Graph

37747 Commits (4ea51cdfe85ceef8afabceb03c446574daa0ac23)
 

Author SHA1 Message Date
Robert Haas 4ea51cdfe8 Use abbreviated keys for faster sorting of text datums. 11 years ago
Robert Haas 1605291b6c Typo fix. 11 years ago
Alvaro Herrera 412f604adb doc: Fix typos in make_timestamp{,tz} examples 11 years ago
Robert Haas 9d54b93239 BRIN typo fix. 11 years ago
Peter Eisentraut cb4a3b0410 Install shared libraries also in bin on cygwin, mingw 11 years ago
Tom Lane 75df6dc083 Fix ancient thinko in default table rowcount estimation. 11 years ago
Noah Misch 4c34dcf97f Activate low-volume optional logging during regression test runs. 11 years ago
Andres Freund 525b84c576 Fix use of already freed memory when dumping a database's security label. 11 years ago
Andres Freund ff44fba46c Replace walsender's latch with the general shared latch. 11 years ago
Tom Lane 20af53d719 Show sort ordering options in EXPLAIN output. 11 years ago
Heikki Linnakangas 9402869160 Advance backend's advertised xmin more aggressively. 11 years ago
Tom Lane 779fdcdeee Improve new caching logic in tbm_add_tuples(). 11 years ago
Andres Freund f5ae3ba482 Make tbm_add_tuples more efficient by caching the last acccessed page. 11 years ago
Heikki Linnakangas aa1d2fc5e9 Another attempt at fixing Windows Norwegian locale. 11 years ago
Noah Misch 28df6a0df0 Update "pg_regress --no-locale" for Darwin and Windows. 11 years ago
Tom Lane c480cb9d24 Fix use-of-already-freed-memory problem in EvalPlanQual processing. 11 years ago
Heikki Linnakangas 49b04188f8 Fix thinko in re-setting wal_log_hints flag from a parameter-change record. 11 years ago
Tom Lane 8e166e164c Rearrange explain.c's API so callers need not embed sizeof(ExplainState). 11 years ago
Tom Lane a5cd70dcbc Improve performance of EXPLAIN with large range tables. 11 years ago
Robert Haas 0b49642b99 pg_standby: Avoid writing one byte beyond the end of the buffer. 11 years ago
Andres Freund 6cfd5086e1 Blindly try to fix a warning in s_lock.h when compiling with gcc on HPPA. 11 years ago
Robert Haas 73a8f5176a docs: Add missing <literal> markup. 11 years ago
Robert Haas 4a0a5f21fa vacuumlo: Avoid unlikely memory leak. 11 years ago
Andres Freund 59f71a0d0b Add a default local latch for use in signal handlers. 11 years ago
Tom Lane 85a2a8903f Allow CFLAGS from configure's environment to override automatic CFLAGS. 11 years ago
Tom Lane fd3d894e4e Remove duplicate specification of -Ae for HP-UX C compiler. 11 years ago
Andres Freund 0139dea8f1 Remove some dead IsUnderPostmaster code from bootstrap.c. 11 years ago
Andres Freund 31c453165b Commonalize process startup code. 11 years ago
Andres Freund 2be82dcf17 Make logging_collector=on work with non-windows EXEC_BACKEND again. 11 years ago
Heikki Linnakangas e922a13058 Spell the X072 feature correctly, was missing "with". 11 years ago
Heikki Linnakangas e37d474f91 Silence Coverity warnings about unused return values from pushJsonbValue() 11 years ago
Andres Freund 14e8803f10 Add barriers to the latch code. 11 years ago
Andres Freund 4bad60e3fd Allow latches to wait for socket writability without waiting for readability. 11 years ago
Heikki Linnakangas 3dfce37627 Fix typos in comment. 11 years ago
Tom Lane 7391e2513f Fix some functions that were declared static then defined not-static. 11 years ago
Tom Lane 5b3ce2c911 Avoid unexpected slowdown in vacuum regression test. 11 years ago
Alvaro Herrera d126e1e95f Tweak heapam's rmgr desc output slightly 11 years ago
Alvaro Herrera 5c5ffee80f Fix get_object_address argument type for extension statement 11 years ago
Tom Lane 1f9bf05e53 Use correct text domain for errcontext() appearing within ereport(). 11 years ago
Stephen Frost 1bf4a84d0f Skip dead backends in MinimumActiveBackends 11 years ago
Tom Lane 44096f1c66 Fix portability breakage in pg_dump. 11 years ago
Tom Lane 8883bae33b Remove configure test for nonstandard variants of getpwuid_r(). 11 years ago
Tom Lane 080eabe2e8 Fix libpq's behavior when /etc/passwd isn't readable. 11 years ago
Andres Freund de6429a8fd Provide a generic fallback for pg_compiler_barrier using an extern function. 11 years ago
Andres Freund db4ec2ffce Fix alignment of pg_atomic_uint64 variables on some 32bit platforms. 11 years ago
Bruce Momjian 62f5e447fd docs: improve CREATE TRIGGER defer options list 11 years ago
Bruce Momjian ac7009abd2 pg_upgrade: fix one-byte per empty db memory leak 11 years ago
Stephen Frost c4fda14845 Fix typo in execMain.c 11 years ago
Alvaro Herrera 045c68ad21 xlogreader.c: Fix report_invalid_record translatability flag 11 years ago
Stephen Frost c219cbfed3 Move rowsecurity event trigger test 11 years ago