Commit Graph

40307 Commits (6b1a213bbd6599228b2b67f7552ff7cc378797bf)
 

Author SHA1 Message Date
Fujii Masao 36c1c91604 Make regression test for multiple synchronous standbys more stable. 10 years ago
Tom Lane f0e766bd7f Fix memory leak in GIN index scans. 10 years ago
Tom Lane 6f0d6a5078 Rethink \crosstabview's argument parsing logic. 10 years ago
Andres Freund 4b74c6a40e Make init_spin_delay() C89 compliant #2. 10 years ago
Andres Freund 533cd2303a Remove trailing commas in enums. 10 years ago
Andres Freund 7b16781228 Fix trivial typo. 10 years ago
Tom Lane 6a3d3965d6 Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms. 10 years ago
Tom Lane c2dc194bdb Adjust signature of walrcv_receive hook. 10 years ago
Tom Lane 994f112573 Adjust datatype of ReplicationState.acquired_by. 10 years ago
Tom Lane fda21aa05b Docs: clarify description of LIMIT/OFFSET behavior. 10 years ago
Tom Lane 22989a8e34 Fix prototype of pgwin32_bind(). 10 years ago
Tom Lane 92a30a7eb0 Fix broken dependency-mongering for index operator classes/families. 10 years ago
Fujii Masao c8cb745323 Fix duplicated index entry in doc. 10 years ago
Stephen Frost bfed4ab824 Disallow SET SESSION AUTHORIZATION pg_* 10 years ago
Andres Freund be65eddd80 Add required database and origin filtering for logical messages. 10 years ago
Andres Freund 80abbeba23 Make init_spin_delay() C89 compliant and change stuck spinlock reporting. 10 years ago
Tom Lane 6cead413bb Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works. 10 years ago
Andres Freund 6b93fcd149 Avoid atomic operation in MarkLocalBufferDirty(). 10 years ago
Tom Lane 95ef43c430 Widen amount-to-flush arguments of FileWriteback and callers. 10 years ago
Tom Lane fa11a09fed Fix assorted portability issues with using msync() for data flushing. 10 years ago
Tom Lane 85e0047077 Improve documentation for \crosstabview. 10 years ago
Robert Haas cbb2a812d7 Use PG_INT32_MIN instead of reiterating the constant. 10 years ago
Tom Lane d1b7d4877b Provide errno-translation wrappers around bind() and listen() on Windows. 10 years ago
Robert Haas deb71fa971 Fix costing for parallel aggregation. 10 years ago
Fujii Masao 46d73e0d65 Remove unused function GetOldestWALSendPointer from walsender code. 10 years ago
Tom Lane f1f01de145 Redefine create_upper_paths_hook as being invoked once per upper relation. 10 years ago
Tom Lane 7a5f8b5c59 Improve coding of column-name parsing in psql's new crosstabview.c. 10 years ago
Kevin Grittner 2201d801b0 Avoid extra locks in GetSnapshotData if old_snapshot_threshold < 0 10 years ago
Tom Lane 5713f03973 Improve API of GenericXLogRegister(). 10 years ago
Tom Lane bdf7db8192 In generic WAL application and replay, ensure page "hole" is always zero. 10 years ago
Teodor Sigaev 813b456ea2 Add page id to bloom index 10 years ago
Tom Lane e7bcde8ca0 Remove unnecessary definition of _WIN64 in libpq/win32.mak. 10 years ago
Stephen Frost cd13471f2e Correct copyright for newly added genericdesc.c 10 years ago
Peter Eisentraut 70715e6a60 Fix whitespace 10 years ago
Tom Lane 39c283e498 Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ... 10 years ago
Tom Lane b0e40d1893 Fix two places that thought Windows64 is indicated by WIN64 macro. 10 years ago
Tom Lane 1d2f9de38d Fix freshly-introduced PL/Python portability bug. 10 years ago
Kevin Grittner a6f6b78196 Use static inline function for BufferGetPage() 10 years ago
Kevin Grittner 80647bf65a Make oldSnapshotControl a pointer to a volatile structure 10 years ago
Peter Eisentraut d8ed83cd7f Fix whitespace 10 years ago
Stephen Frost 6c7b0388c5 Prefix RLS regression test roles with 'regress_' 10 years ago
Peter Eisentraut 29ca231b83 Add directory created during build to gitignore 10 years ago
Tom Lane 81ba9348d8 Fix missing "volatile" in PLy_output(). 10 years ago
Peter Eisentraut ee5dbc8173 cpluspluscheck: Update include path 10 years ago
Fujii Masao cfe96ae24c Fix documented return type of pg_logical_emit_message() in func.sgml. 10 years ago
Fujii Masao 0038c1e218 Use ereport(ERROR) instead of Assert() to emit syncrep_parser error. 10 years ago
Tom Lane f73b2bbbdc Fix poorly thought-through code from commit 5c3c3cd0a3. 10 years ago
Tom Lane 074050f16a pg_dump: add missing "destroyPQExpBuffer(query)" in dumpForeignServer(). 10 years ago
Tom Lane 1630f5b92a Add comment about intentional fallthrough in switch. 10 years ago
Tom Lane 5306df2831 Clean up foreign-key caching code in planner. 10 years ago