| 2021-10-01 |
Robert Haas | cbm_flags -> cbm_entries_in_newest_index_segment |
commit | commitdiff | tree |
| 2021-10-01 |
Robert Haas | rip out cbidx_pages_initialized and a bunch of related... |
commit | commitdiff | tree |
| 2021-10-01 |
Robert Haas | add backstop infinite loop detector to ConveyorBeltGetN... |
commit | commitdiff | tree |
| 2021-09-29 |
Robert Haas | fix stupid bug |
commit | commitdiff | tree |
| 2021-09-28 |
Robert Haas | attempt to unbreak concurrent processes trying to add... |
commit | commitdiff | tree |
| 2021-09-27 |
Robert Haas | draft support for (1) allocating a new index page and... |
commit | commitdiff | tree |
| 2021-09-23 |
Robert Haas | remove some excess parens. rearrange lock ordering... |
commit | commitdiff | tree |
| 2021-09-23 |
Robert Haas | fix dumb mistake |
commit | commitdiff | tree |
| 2021-09-23 |
Robert Haas | lock the buffer |
commit | commitdiff | tree |
| 2021-09-23 |
Robert Haas | code to extend the relation when adding a payload page... |
commit | commitdiff | tree |
| 2021-09-22 |
Robert Haas | fix buffer lock mode |
commit | commitdiff | tree |
| 2021-09-22 |
Robert Haas | try to fix some sketchy logic for setting can_allocate_... |
commit | commitdiff | tree |
| 2021-09-22 |
Robert Haas | a bit less S |
commit | commitdiff | tree |
| 2021-09-22 |
Robert Haas | replace cb_metapage_find_free_segment with something... |
commit | commitdiff | tree |
| 2021-09-22 |
Robert Haas | add a function to get the conveyor belt bounds |
commit | commitdiff | tree |
| 2021-09-21 |
Robert Haas | fix wrong function name in comment |
commit | commitdiff | tree |
| 2021-09-21 |
Robert Haas | remove code that's not supposed to be there |
commit | commitdiff | tree |
| 2021-09-20 |
Robert Haas | code to add index segments |
commit | commitdiff | tree |
| 2021-09-20 |
Robert Haas | can_allocate_segment could end up true on the first... |
commit | commitdiff | tree |
| 2021-09-20 |
Robert Haas | lock ordering rules |
commit | commitdiff | tree |
| 2021-09-20 |
Robert Haas | try to make README a tad more clear |
commit | commitdiff | tree |
| 2021-09-20 |
Robert Haas | sketch out WAL support for adding index segments |
commit | commitdiff | tree |
| 2021-09-20 |
Robert Haas | move some code to more sensible places, and reindent |
commit | commitdiff | tree |
| 2021-09-20 |
Robert Haas | WIP: Conveyor belt storage. |
commit | commitdiff | tree |
| 2021-09-15 |
Peter Eisentraut | Fix hash_array |
commit | commitdiff | tree |
| 2021-09-15 |
Daniel Gustafsson | doc: Clarify refresh options for DROP PUBLICATION |
commit | commitdiff | tree |
| 2021-09-15 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
| 2021-09-15 |
Peter Eisentraut | Update Unicode data to Unicode 14.0.0 |
commit | commitdiff | tree |
| 2021-09-15 |
Michael Paquier | Update README for resource owners about the resource... |
commit | commitdiff | tree |
| 2021-09-14 |
Tom Lane | Improve log messages from pg_import_system_collations(). |
commit | commitdiff | tree |
| 2021-09-14 |
Tom Lane | Send NOTIFY signals during CommitTransaction. |
commit | commitdiff | tree |
| 2021-09-14 |
Tom Lane | Fix planner error with multiple copies of an Alternativ... |
commit | commitdiff | tree |
| 2021-09-14 |
Peter Eisentraut | Add WRITE_INDEX_ARRAY |
commit | commitdiff | tree |
| 2021-09-14 |
Peter Eisentraut | Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELD |
commit | commitdiff | tree |
| 2021-09-14 |
Peter Eisentraut | Remove T_Expr |
commit | commitdiff | tree |
| 2021-09-14 |
Andres Freund | jit: Do not try to shut down LLVM state in case of... |
commit | commitdiff | tree |
| 2021-09-14 |
Michael Paquier | Remove code duplication for permission checks with... |
commit | commitdiff | tree |
| 2021-09-13 |
Tom Lane | Clear conn->errorMessage at successful completion of... |
commit | commitdiff | tree |
| 2021-09-13 |
Tom Lane | Doc: improve documentation of CREATE/ALTER SUBSCRIPTION. |
commit | commitdiff | tree |
| 2021-09-13 |
Tom Lane | Fix EXIT out of outermost block in plpgsql. |
commit | commitdiff | tree |
| 2021-09-13 |
Amit Kapila | Fix reorder buffer memory accounting for toast changes. |
commit | commitdiff | tree |
| 2021-09-13 |
Michael Paquier | Fix error handling with threads on OOM in ECPG connecti... |
commit | commitdiff | tree |
| 2021-09-13 |
Amit Kapila | Doc: Change optional parameters grouping in Create... |
commit | commitdiff | tree |
| 2021-09-13 |
Michael Paquier | Add regression tests for csvlog with the logging collector |
commit | commitdiff | tree |
| 2021-09-13 |
Michael Paquier | Refactor the syslogger pipe protocol to use a bitmask... |
commit | commitdiff | tree |
| 2021-09-11 |
Tom Lane | Make pg_regexec() robust against out-of-range search_start. |
commit | commitdiff | tree |
| 2021-09-10 |
Tom Lane | Fix some anomalies with NO SCROLL cursors. |
commit | commitdiff | tree |
| 2021-09-10 |
Noah Misch | Update src/test/kerberos to account for previous commit. |
commit | commitdiff | tree |
| 2021-09-10 |
Noah Misch | Revoke PUBLIC CREATE from public schema, now owned... |
commit | commitdiff | tree |
| 2021-09-09 |
Tom Lane | Avoid fetching from an already-terminated plan. |
commit | commitdiff | tree |
| 2021-09-09 |
Fujii Masao | pgbench: Stop counting skipped transactions as soon... |
commit | commitdiff | tree |
| 2021-09-09 |
Tom Lane | Check for relation length overrun soon enough. |
commit | commitdiff | tree |
| 2021-09-09 |
Fujii Masao | Fix issue with WAL archiving in standby. |
commit | commitdiff | tree |
| 2021-09-09 |
Peter Eisentraut | Fix _equalA_Const |
commit | commitdiff | tree |
| 2021-09-09 |
Peter Eisentraut | Remove Value node struct |
commit | commitdiff | tree |
| 2021-09-09 |
Peter Eisentraut | Remove useless casts |
commit | commitdiff | tree |
| 2021-09-09 |
Michael Paquier | Make shared_memory_size a preset option |
commit | commitdiff | tree |
| 2021-09-08 |
Tom Lane | Avoid useless malloc/free traffic around getFormattedTy... |
commit | commitdiff | tree |
| 2021-09-08 |
Tom Lane | Fix misleading comments about TOAST access macros. |
commit | commitdiff | tree |
| 2021-09-08 |
Tom Lane | In psql tab completion, offer spelled-out commands... |
commit | commitdiff | tree |
| 2021-09-08 |
Tom Lane | Fix rewriter to set hasModifyingCTE correctly on rewrit... |
commit | commitdiff | tree |
| 2021-09-08 |
Daniel Gustafsson | Consistently use "superuser" instead of "super user" |
commit | commitdiff | tree |
| 2021-09-08 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2021-09-08 |
Peter Eisentraut | Disable anonymous record hash support except in special... |
commit | commitdiff | tree |
| 2021-09-08 |
Fujii Masao | postgres_fdw: Revert unstable tests for postgres_fdw... |
commit | commitdiff | tree |
| 2021-09-08 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
| 2021-09-08 |
Amit Kapila | Invalidate relcache for publications defined for all... |
commit | commitdiff | tree |
| 2021-09-08 |
Michael Paquier | Fix compilation warning in ipci.c |
commit | commitdiff | tree |
| 2021-09-08 |
Michael Paquier | Introduce GUC shared_memory_size |
commit | commitdiff | tree |
| 2021-09-08 |
Michael Paquier | Clean up some code using "(expr) ? true : false" |
commit | commitdiff | tree |
| 2021-09-07 |
Magnus Hagander | Consistently use read-only instead of "read only" |
commit | commitdiff | tree |
| 2021-09-07 |
Andres Freund | windows: Only consider us to be running as service... |
commit | commitdiff | tree |
| 2021-09-07 |
Heikki Linnakangas | Fix missing words in comment. |
commit | commitdiff | tree |
| 2021-09-07 |
Fujii Masao | postgres_fdw: Allow application_name of remote connecti... |
commit | commitdiff | tree |
| 2021-09-07 |
Amit Kapila | Log new catalog xmin candidate in LogicalIncreaseXminFo... |
commit | commitdiff | tree |
| 2021-09-06 |
Tom Lane | Further fix psql query-cancel test. |
commit | commitdiff | tree |
| 2021-09-06 |
Noah Misch | AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS. |
commit | commitdiff | tree |
| 2021-09-06 |
Alvaro Herrera | Add PublicationTable and PublicationRelInfo structs |
commit | commitdiff | tree |
| 2021-09-06 |
Tom Lane | Fix actively-misleading comments about the contents... |
commit | commitdiff | tree |
| 2021-09-06 |
Tom Lane | Make timetz_zone() stable, and correct a bug for DYNTZ... |
commit | commitdiff | tree |
| 2021-09-06 |
Fujii Masao | Fix typo in comments. |
commit | commitdiff | tree |
| 2021-09-06 |
Peter Eisentraut | Improve fix pkg-config files for static linking |
commit | commitdiff | tree |
| 2021-09-06 |
Michael Paquier | Move the shared memory size calculation to its own... |
commit | commitdiff | tree |
| 2021-09-06 |
Michael Paquier | Remove some unused variables in TAP tests |
commit | commitdiff | tree |
| 2021-09-04 |
Tom Lane | Further portability tweaks for float4/float8 hash funct... |
commit | commitdiff | tree |
| 2021-09-04 |
Tom Lane | Minor improvements for psql help output. |
commit | commitdiff | tree |
| 2021-09-04 |
Alvaro Herrera | Revert "Avoid creating archive status ".ready" files... |
commit | commitdiff | tree |
| 2021-09-04 |
Tom Lane | Remove arbitrary MAXPGPATH limit on command lengths... |
commit | commitdiff | tree |
| 2021-09-03 |
Tom Lane | Disallow creating an ICU collation if the DB encoding... |
commit | commitdiff | tree |
| 2021-09-03 |
John Naylor | Set the volatility of the timestamptz version of date_b... |
commit | commitdiff | tree |
| 2021-09-03 |
Tom Lane | Fix portability issue in tests from commit ce773f230. |
commit | commitdiff | tree |
| 2021-09-03 |
Peter Eisentraut | Make pkg-config files cross-compile friendly |
commit | commitdiff | tree |
| 2021-09-03 |
Peter Eisentraut | Fix pkg-config files for static linking |
commit | commitdiff | tree |
| 2021-09-02 |
Tom Lane | In count_usable_fds(), duplicate stderr not stdin. |
commit | commitdiff | tree |
| 2021-09-02 |
Tom Lane | Fix float4/float8 hash functions to produce uniform... |
commit | commitdiff | tree |
| 2021-09-02 |
Daniel Gustafsson | Remove superfluous variable assignment |
commit | commitdiff | tree |
| 2021-09-02 |
Fujii Masao | Enhance pg_stat_reset_single_table_counters function. |
commit | commitdiff | tree |
| 2021-09-02 |
Amit Kapila | Optimize fileset usage in apply worker. |
commit | commitdiff | tree |
| 2021-09-02 |
Michael Paquier | doc: Replace some uses of "which" by "that" in parallel... |
commit | commitdiff | tree |
| 2021-09-02 |
Tatsuo Ishii | Use COPY FREEZE in pgbench for faster benchmark table... |
commit | commitdiff | tree |
| next |